OpenStack (Machine)

OpenStack

Create machines on OpenStack

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.

    $ docker-machine create --driver openstack vm

Options:

  • --openstack-active-timeout: The timeout in seconds until the OpenStack instance must be active.
  • --openstack-availability-zone: The availability zone in which to launch the server.
  • --openstack-domain-name or --openstack-domain-id: Domain to use for authentication (Keystone v3 only).
  • --