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
e8ab9967
Commit
e8ab9967
authored
Apr 30, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: openstack docs
parent
4a725409
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
website/source/docs/builders/openstack.html.markdown
website/source/docs/builders/openstack.html.markdown
+10
-0
No files found.
website/source/docs/builders/openstack.html.markdown
View file @
e8ab9967
...
...
@@ -58,6 +58,13 @@ Optional:
installations require this. If not specified, Packer will attempt to
read this from the
`SDK_API_KEY`
environmental variable.
*
`floating_ip`
(string) - A specific floating IP to assign to this instance.
`use_floating_ip`
must also be set to true for this to have an affect.
*
`floating_ip_pool`
(string) - The name of the floating IP pool to use
to allocate a floating IP.
`use_floating_ip`
must also be set to true
for this to have an affect.
*
`project`
(string) - The project name to boot the instance into. Some
OpenStack installations require this. If not specified, Packer will attempt
to read this from the
`SDK_PROJECT`
or
`OS_TENANT_NAME`
environmental
...
...
@@ -78,6 +85,9 @@ Optional:
*
`ssh_username`
(string) - The username to use in order to communicate
over SSH to the running server. The default is "root".
*
`use_floating_ip`
(bool) - Whether or not to use a floating IP for
the instance.
## Basic Example
Here is a basic example. This is a working example to build a
...
...
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