summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet-pool.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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