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
73e57d91
Commit
73e57d91
authored
Jan 04, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #791 from stefanfoulis/patch-1
website: includes information about "provider"
parents
12938fe3
feacecdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
website/source/docs/builders/openstack.html.markdown
website/source/docs/builders/openstack.html.markdown
+3
-2
No files found.
website/source/docs/builders/openstack.html.markdown
View file @
73e57d91
...
@@ -37,7 +37,8 @@ Required:
...
@@ -37,7 +37,8 @@ Required:
*
`provider`
(string) - The provider used to connect to the OpenStack service.
*
`provider`
(string) - The provider used to connect to the OpenStack service.
If not specified, Packer will attempt to read this from the
If not specified, Packer will attempt to read this from the
`SDK_PROVIDER`
environment variable.
`SDK_PROVIDER`
environment variable. For Rackspace this should be
`rackspace-us`
or
`rackspace-uk`
.
*
`region`
(string) - The name of the region, such as "DFW", in which
*
`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.
...
@@ -74,7 +75,7 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
...
@@ -74,7 +75,7 @@ Ubuntu 12.04 LTS (Precise Pangolin) on Rackspace OpenStack cloud offering.
"type": "openstack",
"type": "openstack",
"username": "",
"username": "",
"password": "",
"password": "",
"provider": "",
"provider": "
rackspace-us
",
"region": "DFW",
"region": "DFW",
"ssh_username": "root",
"ssh_username": "root",
"image_name": "Test image",
"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