lib/chef/knife/openstack_server_create.rb in knife-openstack-4.0.0 vs lib/chef/knife/openstack_server_create.rb in knife-openstack-4.0.5

- old
+ new

@@ -140,11 +140,11 @@ super # Use SSH password either specified from command line or from openstack server instance config[:ssh_password] = config[:ssh_password] || server.password unless config[:openstack_ssh_key_id] - # The bootstrap network is always initialised to 'public' when a network name isn't specified. Therefore, - # only set the bootstrap network to 'private' if still initialised to public and nothing was specified for + # The bootstrap network is always initialized to 'public' when a network name isn't specified. Therefore, + # only set the bootstrap network to 'private' if still initialized to public and nothing was specified for # the private network name. config[:bootstrap_network] = "private" if config[:private_network] && config[:bootstrap_network] == "public" # Which IP address to bootstrap unless config[:network] # --no-network