rackspace: update env var and docs for flavor-id
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
@@ -791,6 +791,7 @@ variable and CLI option are provided the CLI option takes the precedence.
|
|||||||
| `OS_API_KEY` | `--rackspace-ap-key` |
|
| `OS_API_KEY` | `--rackspace-ap-key` |
|
||||||
| `OS_REGION_NAME` | `--rackspace-region` |
|
| `OS_REGION_NAME` | `--rackspace-region` |
|
||||||
| `OS_ENDPOINT_TYPE` | `--rackspace-endpoint-type` |
|
| `OS_ENDPOINT_TYPE` | `--rackspace-endpoint-type` |
|
||||||
|
| `OS_FLAVOR_ID` | `--rackspace-flavor-id` |
|
||||||
|
|
||||||
The Rackspace driver will use `598a4282-f14b-4e50-af4c-b3e52749d9f9` (Ubuntu 14.04 LTS) by default.
|
The Rackspace driver will use `598a4282-f14b-4e50-af4c-b3e52749d9f9` (Ubuntu 14.04 LTS) by default.
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ func GetCreateFlags() []cli.Flag {
|
|||||||
Name: "rackspace-flavor-id",
|
Name: "rackspace-flavor-id",
|
||||||
Usage: "Rackspace flavor ID. Default: General Purpose 1GB",
|
Usage: "Rackspace flavor ID. Default: General Purpose 1GB",
|
||||||
Value: "general1-1",
|
Value: "general1-1",
|
||||||
EnvVar: "RACKSPACE_FLAVOR_ID",
|
EnvVar: "OS_FLAVOR_ID",
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "rackspace-ssh-user",
|
Name: "rackspace-ssh-user",
|
||||||
|
|||||||
Reference in New Issue
Block a user