README.md in knife-openstack-0.8.1 vs README.md in knife-openstack-0.9.0

- old
+ new

@@ -36,9 +36,13 @@ If your OpenStack deployment is over SSL, but does not have a valid certificate, you can add the following option to bypass SSL check: knife[:openstack_insecure] = true +If you need to use alternate service endpoints for communicating with OpenStack, you can set the following option: + + knife[:openstack_endpoint_type] = "internalURL" + You also have the option of passing your OpenStack API Username/Password into the individual knife subcommands using the `-A` (or `--openstack-username`) `-K` (or `--openstack-password`) command options # provision a new image named kb01 knife openstack server create -A 'MyUsername' -K 'MyPassword' --openstack-api-endpoint 'http://cloud.mycompany.com:5000/v2.0/tokens' -f 1 -I 13 -S trystack -i ~/.ssh/trystack.pem -r 'role[webserver]'