summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet-pool.rst
Commit message (Collapse)AuthorAgeFilesLines
* change os in command example to openstack(3)Kevin_Zheng2016-12-201-6/+6
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* Correct help string of the subnet pool list optionsYan Xing'an2016-10-201-7/+7
| | | | | | | | Correct help string of subnet pool list options, from "subnets" to "subnet pools". Change-Id: Ic6dd6649f411748cd0c6e6b08f0451c8a0fa220f Partially-Implements: blueprint network-commands-options
* Merge "Add 'description' option to os subnet (pool) create/set cmd"Jenkins2016-09-201-0/+10
|\
| * Add 'description' option to os subnet (pool) create/set cmdCao Xuan Hoang2016-09-201-0/+10
| | | | | | | | | | | | | | | | | | This patch adds '--description' option to the commands. Change-Id: Ifc2828670c3c48a87a0493d98686a5babf9b2ae7 Closes-Bug: #1614458 Closes-Bug: #1614823 Partially-Implements: blueprint network-commands-options
* | Add filtering options to os subnet pool list commandCao Xuan Hoang2016-09-191-0/+38
|/ | | | | | | | | | | This patch adds the following filtering options: '--share' and '--no-share', '--default' and '--no-default', '--project' and '--project-domain', '--name', '--address-scope' options to the command. Change-Id: I7ad9ed6842c6b3475ebf316fb5b954c7f5a7d7e3 Closes-Bug: #1613926 Partially-Implements: blueprint network-commands-options
* Add command to unset information from Subnet-poolsreedip2016-06-301-0/+22
| | | | | | | | This patch introduces the ``subnet pool unset`` command to clear the pool prefix information from the subnet-pools. Change-Id: I84b7259d6e26e695343d41cea6d807396faaf69a Implements: blueprint network-property-unset
* Support bulk deletion for delete commands in networkv2Huanxuan Ao2016-06-161-3/+3
| | | | | | | | | | | | This patch support bulk deletion for delete commands below: 1.subnet delete 2.subnet pool delete Up to now, all the delete commands in networkv2 support bulk deletion. Change-Id: I63f6d1d02bad1fcc26e72b7028b53958a68ce2dc Partially-Implements: blueprint multi-argument-network Partial-Bug: #1592906
* Merge "Fixes BadRequest when no --pool-prefix given"Jenkins2016-05-021-6/+6
|\
| * Fixes BadRequest when no --pool-prefix givenInessa Vasilevskaya2016-04-271-6/+6
| | | | | | | | | | | | | | --pool-prefix is made required on subnetpool creation. Closes-bug: #1536479 Change-Id: I3d183e45e9b96bc08011c36f45ec2b7a9c01b627
* | Doc: Add network resource descriptionsRichard Theis2016-04-251-0/+3
|/ | | | | | Add descriptions to the network resource command documentation. Change-Id: I547ffb48f8950311a5ee65d6b535846f2aca0efc
* Add new share and default parms to subnet pool cmdsBrad Behle2016-04-201-0/+27
| | | | | | | | | | | Add the "share" and "default" parms to subnet pool create command. Add the "default" and "no-default" parms to subnet pool set command. Note that "share" can not be modified once subnet pool has been created, so do not add this to the set command. Change-Id: I1eecad69527a1cde7fb234669f4aff2be2db491e Partial-Bug: #1544591 Partial-Bug: #1544586
* State i18() changes and help messages improvedTang Chen2016-04-181-4/+4
| | | | | | | | Add _() to wrap help message in network commands. And also some improvement for help message. Change-Id: Ib3e498f5976ba98c44fd4eec2d1623263b3db53e Partial-bug: 1570924
* Merge "Doc: Unify repeatable option comments"Jenkins2016-04-131-4/+4
|\
| * Doc: Unify repeatable option commentsTang Chen2016-04-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | There are lots of "this option can be repeated" comments in the doc, which are not consistent to other similar docs. This patch changes them to the following format: "repeat option to do something" Change-Id: I54e01053091c428bf87bb36bb95f73a0b80ab6e7
* | Merge "Add --address-scope option "subnet pool create/set""Jenkins2016-04-131-0/+16
|\ \ | |/ |/|
| * Add --address-scope option "subnet pool create/set"Tang Chen2016-04-091-0/+16
| | | | | | | | | | | | | | | | | | | | This patch adds --address-scope option to "subnet pool create/set" commands, and --no-address-scope option to "subnet pool set" command to clear the address scope setting. Change-Id: Ie2c370a50b52574fa6ec268083ad013b7544361e Partial-Bug: #1544586 Partial-Bug: #1544591
* | Doc: Fix network command documentation issuesRichard Theis2016-04-081-2/+2
|/ | | | | | | | | | | | | Fix the following network command documentation issues: - Fix format of subnet pool positional arguments - Update port set options to match help - Fix network command documentation for Network v2 versus Compute v2 options and commands - Fix subnet command documentation errors and formatting problems in help text Change-Id: I808c2a70ca62eafc9e42d6873539cdd142ffe50c Related-Bug: #1558677
* Add --project to "subnet pool create"Tang Chen2016-03-311-0/+10
| | | | | | | | This patch adds --project and --project-domain options to "subnet pool create" command. Change-Id: I2fe006013a194861299a9c77234a7cf988a8dad8 Partial-Bug: #1544586
* Doc: Fix documentation errors for command objectRichard Theis2016-03-141-2/+2
| | | | | | | Fix documentation errors impacting the "os ip floating", "os subnet pool" and "os configuration show" commands. Change-Id: Id033416df7ed06ef4b8a89e4f486fc9d546d9caf
* [Subnet pool] Add 'subnet pool create' command supportTang Chen2016-03-081-0/+37
| | | | | | | | | | This patch supports creating a new subnet pool, with pool prefixes, default prefix length, minimum prefix length, and maximum prefix length specified. Change-Id: I9150797c8cfa794d5264ad07965aa967d9a8f5bc Partial-Bug: #1544586 Related-to: blueprint neutron-client
* [Subnet pool] Add 'subnet pool set' command supportTang Chen2016-03-081-0/+42
| | | | | | | | | | This patch supports setting a new name, pool prefix, default prefix length, minimum prefix length, and maximum prefix length for a subnet pool. Change-Id: I65bd71e0f54f2f65acefbc542df67a1b1ec26397 Partial-Bug: #1544591 Related-to: blueprint neutron-client
* Trivial: Rename subnet_pool.rst to subnet-pool.rstTang Chen2016-02-201-0/+52
File names under doc/source/command-objects/ are words connected with "-". So rename subnet_pool.rst to subnet-pool.rst to keep the consistence. Also use "display" instead of "show" in the comment to keep the consistence. Change-Id: If486f6cec34b4572a8245af865267b063c1e877d