Merge pull request #1270 from ggiamarchi/doc-openstack-typo

Fix typo in OpenStack driver documentation
This commit is contained in:
Evan Hazlett 2015-06-02 10:24:52 -04:00
commit 89fdcbc094
1 changed files with 2 additions and 2 deletions

View File

@ -1376,8 +1376,8 @@ Create machines on [OpenStack](http://www.openstack.org/software/)
Mandatory:
- `--openstack-auth-url`: Keystone service base URL.
- `--openstack-flavor-id` or `openstack-flavor-name`: Identify the flavor that will be used for the machine.
- `--openstack-image-id` or `openstack-image-name`: Identify the image that will be used for the machine.
- `--openstack-flavor-id` or `--openstack-flavor-name`: Identify the flavor that will be used for the machine.
- `--openstack-image-id` or `--openstack-image-name`: Identify the image that will be used for the machine.
Options: