Files
docker-docs/machine/drivers/rackspace.md
Misty Stanley-Jones a4f5e30249 Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00

2.3 KiB

description, keywords, title
description keywords title
Rackspace driver for machine machine, Rackspace, driver Rackspace

Create machines on Rackspace cloud

Usage

$ docker-machine create --driver rackspace --rackspace-username=user --rackspace-api-key=KEY --rackspace-region=region vm

Options

  • --rackspace-active-timeout: Rackspace active timeout
  • --rackspace-api-key: required Rackspace API key.
  • --rackspace-docker-install: Set if Docker needs to be installed on the machine.
  • --rackspace-endpoint-type: Rackspace endpoint type (adminURL, internalURL or the default publicURL).
  • --rackspace-flavor-id: Rackspace flavor ID. Default: General Purpose 1GB.
  • --rackspace-image-id: Rackspace image ID. Default: Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM).
  • --rackspace-region: required Rackspace region name.
  • --rackspace-ssh-port: SSH port for the newly booted machine.
  • --rackspace-ssh-user: SSH user for the newly booted machine.
  • --rackspace-username: required Rackspace account username.

The Rackspace driver uses 821ba5f4-712d-4ec8-9c65-a3fa4bc500f9 (Ubuntu 16.04 LTS) by default.

Environment variables and default values

CLI option Environment variable Default
--rackspace-active-timeout OS_ACTIVE_TIMEOUT 300
--rackspace-api-key OS_API_KEY -
--rackspace-docker-install - true
--rackspace-endpoint-type OS_ENDPOINT_TYPE publicURL
--rackspace-flavor-id OS_FLAVOR_ID general1-1
--rackspace-image-id OS_IMAGE_ID 821ba5f4-712d-4ec8-9c65-a3fa4bc500f9
--rackspace-region OS_REGION_NAME IAD (Northern Virginia)
--rackspace-ssh-port OS_SSH_PORT 22
--rackspace-ssh-user OS_SSH_USER root
--rackspace-username OS_USERNAME -