This commit is contained in:
Chris Bednarski 2015-12-09 20:15:44 -08:00
commit 6d883c3e3f
2 changed files with 4 additions and 1 deletions

View File

@ -103,6 +103,9 @@ builder.
- `metadata` (object of key/value strings) - Glance metadata that will be
applied to the image.
- `config_drive` (boolean) - Whether or not nova should use ConfigDrive for
cloud-init metadata.
## Basic Example: Rackspace public cloud
Here is a basic example. This is a working example to build a Ubuntu 12.04 LTS

View File

@ -44,7 +44,7 @@ The available configuration options are listed below. All elements are required.
- `direction` (string) - The direction of the file transfer. This defaults to
"upload." If it is set to "download" then the file "source" in the machine
wll be downloaded locally to "destination"
will be downloaded locally to "destination"
## Directory Uploads