Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
ccc09c01
Commit
ccc09c01
authored
Dec 09, 2014
by
jenspinney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation for openstack_provider and provider config options.
parent
9cd66fee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
12 deletions
+7
-12
website/source/docs/builders/openstack.html.markdown
website/source/docs/builders/openstack.html.markdown
+7
-12
No files found.
website/source/docs/builders/openstack.html.markdown
View file @
ccc09c01
...
...
@@ -38,11 +38,6 @@ each category, the available configuration keys are alphabetized.
If not specified, Packer will use the environment variables
`SDK_PASSWORD`
or
`OS_PASSWORD`
(in that order), if set.
*
`provider`
(string) - The provider used to connect to the OpenStack service.
If not specified, Packer will use the environment variable
`SDK_PROVIDER`
, if set.
For Rackspace this should be
`rackspace-us`
or
`rackspace-uk`
.
*
`source_image`
(string) - The ID or full URL to the base image to use.
This is the image that will be used to launch a new server and provision it.
...
...
@@ -70,18 +65,19 @@ each category, the available configuration keys are alphabetized.
*
`networks`
(array of strings) - A list of networks by UUID to attach
to this instance.
*
`openstack_provider`
(string)
*
`openstack_provider`
(string) - A name of a provider that has a slightly
different API model. Currently supported values are "openstack" (default),
and "rackspace".
*
`project`
(string) - The project name to boot the instance into. Some
OpenStack installations require this.
If not specified, Packer will use the environment variables
`SDK_PROJECT`
or
`OS_TENANT_NAME`
(in that order), if set.
*
`provider`
(string) - A name of a provider that has a slightly
different API model. Currently supported values are "openstack" (default),
and "rackspace".
If not specified, Packer will use the environment variables
`SDK_PROVIDER`
or
`OS_AUTH_URL`
(in that order), if set.
*
`provider`
(string) - The provider used to connect to the OpenStack service.
If not specified, Packer will use the environment variables
`SDK_PROVIDER`
or
`OS_AUTH_URL`
(in that order), if set.
For Rackspace this should be
`rackspace-us`
or
`rackspace-uk`
.
*
`proxy_url`
(string)
...
...
@@ -124,7 +120,6 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
"
api_key
"
:
""
,
"
openstack_provider
"
:
"
rackspace
"
,
"
provider
"
:
"
rackspace-us
"
,
"
openstack_provider
"
:
"
rackspace
"
,
"
region
"
:
"
DFW
"
,
"
ssh_username
"
:
"
root
"
,
"
image_name
"
:
"
Test image
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment