mirror of https://github.com/docker/docs.git
Merge pull request #1270 from ggiamarchi/doc-openstack-typo
Fix typo in OpenStack driver documentation
This commit is contained in:
commit
89fdcbc094
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue