correct typos in readme

This commit is contained in:
Stefan Foulis 2015-01-21 12:47:23 +01:00
parent 95404d4f3b
commit ba794f55dd
No known key found for this signature in database
GPG Key ID: 8305354AEE8B51CC
1 changed files with 5 additions and 5 deletions

View File

@ -185,18 +185,18 @@ Options:
- `--openstack-password`: User password. It can be omitted if the standard environment variable `OS_PASSWORD` is set.
- `--openstack-tenant-name` or `--openstack-tenant-id`: Identify the tenant in which the machine will be created.
- `--openstack-region`: The region to work on. Can be omitted if there is ony one region on the OpenStack.
- `--openstack-endpoint-type`: Endpoint type can be `internalURL`, `adminURL` on `publicURL`. If is a helper for the driver
to choose the right URL in the OpenStack service catalog. If not provided the default id `publicURL`
- `--openstack-net-id`: The private network id the machine will be connected on. If your OpenStack project project
- `--openstack-endpoint-type`: Endpoint type can be `internalURL`, `adminURL` or `publicURL`. It is a helper for the driver
to choose the right URL in the OpenStack service catalog. If not provided the default is `publicURL`.
- `--openstack-net-id`: The private network id the machine will be connected on. If your OpenStack project
contains only one private network it will be use automatically.
- `--openstack-sec-groups`: If security groups are available on your OpenStack you can specify a comma separated list
to use for the machine (e.g. `secgrp001,secgrp002`).
- `--openstack-floatingip-pool`: The IP pool that will be used to get a public IP an assign it to the machine. If there is an
- `--openstack-floatingip-pool`: The IP pool that will be used to get a public IP and assign it to the machine. If there is an
IP address already allocated but not assigned to any machine, this IP will be chosen and assigned to the machine. If
there is no IP address already allocated a new IP will be allocated and assigned to the machine.
- `--openstack-ssh-user`: The username to use for SSH into the machine. If not provided `root` will be used.
- `--openstack-ssh-port`: Customize the SSH port if the SSH server on the machine does not listen on the default port.
- `--openstack-docker-install`: Boolean flag to indicate if docker have to be installed on the machine. Useful when
- `--openstack-docker-install`: Boolean flag to indicate if docker has to be installed on the machine. Useful when
docker is already installed and configured in the OpenStack image. Default set to `true`
Environment variables: