Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
8e492114
Commit
8e492114
authored
Nov 13, 2013
by
Christos Stavrakakis
Browse files
cyclades: Rename option
Rename '--allocation-pools' option to '--allocation-pool'.
parent
ee11a89a
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/management/commands/network-create.py
View file @
8e492114
...
...
@@ -129,7 +129,7 @@ class Command(BaseCommand):
metavar
=
"True|False"
,
help
=
"Use the network as a Floating IP pool."
),
make_option
(
'--allocation-pool
s
'
,
'--allocation-pool'
,
dest
=
'allocation_pools'
,
action
=
'append'
,
help
=
"IP allocation pools to be used for assigning IPs to"
...
...
snf-cyclades-app/synnefo/api/management/commands/subnet-create.py
View file @
8e492114
...
...
@@ -58,7 +58,7 @@ class Command(BaseCommand):
" networks of a user, use snf-manage network-list"
),
make_option
(
"--cidr"
,
dest
=
"cidr"
,
help
=
"The CIDR of the subnet, e.g., 192.168.42.0/24"
),
make_option
(
"--allocation-pool
s
"
,
dest
=
"allocation_pools"
,
make_option
(
"--allocation-pool"
,
dest
=
"allocation_pools"
,
action
=
"append"
,
help
=
"IP allocation pools to be used for assigning IPs to"
" VMs. Can be used multiple times. Syntax:
\n
"
...
...
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