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
5890b033
Commit
5890b033
authored
Apr 21, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: update openstack config docs
parent
23446d56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
website/source/docs/builders/openstack.html.markdown
website/source/docs/builders/openstack.html.markdown
+13
-8
No files found.
website/source/docs/builders/openstack.html.markdown
View file @
5890b033
...
...
@@ -33,7 +33,7 @@ Required:
*
`password`
(string) - The password used to connect to the OpenStack service.
If not specified, Packer will attempt to read this from the
`SDK_PASSWORD`
environment variable.
`SDK_PASSWORD`
or
`OS_PASSWORD`
environment variable.
*
`provider`
(string) - The provider used to connect to the OpenStack service.
If not specified, Packer will attempt to read this from the
...
...
@@ -41,23 +41,28 @@ Required:
or
`rackspace-uk`
.
*
`region`
(string) - The name of the region, such as "DFW", in which
to launch the server to create the AMI.
to launch the server to create the AMI. If not specified, Packer will
attempt to read this from the
`SDK_REGION`
or
`OS_REGION_NAME`
environmental
variables.
*
`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.
*
`username`
(string) - The username used to connect to the OpenStack service.
If not specified, Packer will attempt to read this from the
`SDK_USERNAME`
environment variable.
`SDK_USERNAME`
or
`OS_USERNAME`
environment variable.
Optional:
*
`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. By default this is empty.
OpenStack installations require this. If not specified, Packer will attempt
to read this from the
`SDK_PROJECT`
or
`OS_TENANT_NAME`
environmental
variables.
*
`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 attempt to read this from
the
`SDK_PROVIDER`
or
`OS_AUTH_URL`
environmental variables.
*
`ssh_port`
(int) - The port that SSH will be available on. Defaults to port
22.
...
...
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