From 4b671ea1cb884d3d4251249156ea5e9b677b568d Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Fri, 23 Sep 2016 13:37:50 -0700 Subject: [PATCH] WIP: docs update for d4mac, d4win, Hyper-V driver and other virtualization factors, swarm mode more updates to Machine docs for creating local VMsM added details and example on using hyper-v driver, formatted headings for other driver docs copyedits incorporated Nathan's copyedits Signed-off-by: Victoria Bialas --- docs/drivers/openstack.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/drivers/openstack.md b/docs/drivers/openstack.md index be514ac..75fde14 100644 --- a/docs/drivers/openstack.md +++ b/docs/drivers/openstack.md @@ -18,10 +18,11 @@ Mandatory: - `--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. +## Usage $ docker-machine create --driver openstack vm -Options: +## 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. @@ -46,7 +47,7 @@ Options: - `--openstack-ssh-user`: The username to use for SSH into the machine. If not provided `root` will be used. - `--openstack-tenant-name` or `--openstack-tenant-id`: Identify the tenant in which the machine will be created. -Environment variables and default values: +#### Environment variables and default values | CLI option | Environment variable | Default | | ------------------------------- | ---------------------- | ----------- |