Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
512d7ba5
Commit
512d7ba5
authored
Jun 16, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling fixes
parent
a1d1ce83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
library/cloud/glance_image
+1
-1
library/cloud/quantum_network
+2
-2
library/cloud/quantum_subnet
+1
-1
No files found.
library/cloud/glance_image
View file @
512d7ba5
...
...
@@ -85,7 +85,7 @@ options:
default: None
is_public:
description:
- Wether the image can be accessed publicly
- W
h
ether the image can be accessed publicly
required: false
default: 'yes'
copy_from:
...
...
library/cloud/quantum_network
View file @
512d7ba5
...
...
@@ -86,12 +86,12 @@ options:
default: false
shared:
description:
- Wether this network is shared or not
- W
h
ether this network is shared or not
required: false
default: false
admin_state_up:
description:
- Wether the state should be marked as up or down
- W
h
ether the state should be marked as up or down
required: false
default: true
requirements: ["quantumclient", "keystoneclient"]
...
...
library/cloud/quantum_subnet
View file @
512d7ba5
...
...
@@ -81,7 +81,7 @@ options:
default: 4
enable_dhcp:
description:
- Wether DHCP should be enabled for this subnet.
- W
h
ether DHCP should be enabled for this subnet.
required: false
default: true
gateway_ip:
...
...
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