features/provision.feature in vagrant-openstack-provider-0.1.1 vs features/provision.feature in vagrant-openstack-provider-0.1.2
- old
+ new
@@ -1,18 +1,18 @@
@announce
-@vagrant-openstack
-Feature: vagrant-openstack fog tests
+@vagrant-openstack-provider
+Feature: vagrant-openstack-provider fog tests
Background:
Given I have Openstack credentials available
And I have a "fog_mock.rb" file
Scenario: Create a single server (with provisioning)
Given a file named "Vagrantfile" with:
"""
Vagrant.configure("2") do |config|
- Vagrant.require_plugin "vagrant-openstack"
+ Vagrant.require_plugin "vagrant-openstack-provider"
config.vm.box = "dummy"
config.ssh.private_key_path = "~/.ssh/id_rsa"
@@ -30,6 +30,6 @@
end
"""
When I successfully run `bundle exec vagrant up --provider openstack`
# I want to capture the ID like I do in tests for other tools, but Vagrant doesn't print it!
# And I get the server from "Instance ID:"
- Then the server "vagrant-provisioned-server" should be active
\ No newline at end of file
+ Then the server "vagrant-provisioned-server" should be active