summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/subnet.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add ":option:` `" in the help messagezhiyong.dai2017-01-031-5/+5
| | | | | | | | This patch mainly adds ":option:` `" in several help messages in the doc. This modification will create one link which helps the readers find the relative option quickly and conveniently in website. Change-Id: Ia047e15c3b2064e4822ee7df7922d4774d862602
* 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
* Merge "Introduce overwrite functionality in ``osc subnet set``"Jenkins2016-12-011-0/+7
|\
| * Introduce overwrite functionality in ``osc subnet set``Reedip2016-11-281-0/+7
| | | | | | | | | | | | | | | | The overwrite functionality allows user to overwrite the dns-nameservers of a specific subnet. Change-Id: I421808a3bdeb4565668f627b7929c4762cf40212 partially-implements: blueprint allow-overwrite-set-options partially-implements: blueprint network-commands-options
* | TrivialFix: Insert blank space for readabilityReedip2016-11-161-0/+1
|/ | | | Change-Id: Ia4612f65332d788e186c801edb98486862f98e56
* Remove beta label for network segment resourceRichard Theis2016-09-281-5/+1
| | | | | | | | With Ocata development opened, neutron network segments are no longer beta resources. Change-Id: I25be51c30df17c746136471b88840f64a03187b9 Partially-Implements: blueprint routed-networks
* Overwrite/Clear support for subnetsReedip2016-09-211-1/+14
| | | | | | | | This patch adds the overwrite/clear functionality for allocation-pool and host-routes in subnets. Change-Id: Idfa41173d0c054c5bfb4eda8c5f614928012555a implements: blueprint allow-overwrite-set-options
* Merge "Add 'description' option to os subnet (pool) create/set cmd"Jenkins2016-09-201-0/+9
|\
| * Add 'description' option to os subnet (pool) create/set cmdCao Xuan Hoang2016-09-201-0/+9
| | | | | | | | | | | | | | | | | | 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 list commandCao Xuan Hoang2016-09-191-0/+31
|/ | | | | | | | | | This patch adds the following filtering options: '--project' and '--project-domain', '--network', '--gateway', '--name', '--subnet-range' to the command. Change-Id: I575739486b9548492bd00f50130181b825534226 Partially-Implements: blueprint network-commands-options Closes-Bug: #1610883
* Doc, help and message updates for port unsetRichard Theis2016-09-141-4/+4
| | | | | | | | | Update port unset based on review comments in [1]. [1] https://review.openstack.org/#/c/306236/ Change-Id: Icae6e3869516f2d53f90ad46efc03f897c00b0e5 Implements: blueprint network-property-unset
* Add Subnet service-types to subnetsBrian Haley2016-08-191-0/+31
| | | | | | | | Add '--service-type' to subnet arguments to support Subnet service-types. Change-Id: I215d83e4d4cf53e03fa35041c5e41a328641b3a9 Partially-implements: blueprint service-subnets
* Add '--dhcp' and '--no-dhcp' options to os subnet list cmdCao Xuan Hoang2016-08-101-0/+9
| | | | | | | | This patch adds '--dhcp' and '--no-dhcp' options to filter subnets resulted by os subnet list command. Change-Id: Ib574cc54594845bc5c5afc38bf44e3b224d33b17 Partial-Bug: #1610883
* Add --ip-version filtering option to subnet.rstCao Xuan Hoang2016-08-081-0/+1
| | | | | | | | | When executed "openstack subnet list --help" we can see this is supported for --ip-version filtering option. But this option is missing in the rst document. Change-Id: Ie5443f1da086a1ad455fbeaa848b50a0d9d4b290 Closes-Bug: #1610872
* Merge "Add command to unset information from Subnets"Jenkins2016-06-291-0/+38
|\
| * Add command to unset information from Subnetsreedip2016-06-291-0/+38
| | | | | | | | | | | | | | | | | | This patch introduces the ``subnet unset`` command to clear the host-routes, allocation-pools and dns-nameservers from subnets. Implements: blueprint network-property-unset Change-Id: I31324a2423f6d2315eed27445dfdcfe863e0b550
* | Fix typo in openstackclient/network/v2Cao Xuan Hoang2016-06-231-3/+4
|/ | | | | | | | This patch adds the missing "." to some docstring/text. Trivial fix Change-Id: Iffb470dcce7200ddc9e439c465adc652a8322708
* Merge "Add "--network-segment" option to "subnet create""Jenkins2016-06-201-0/+9
|\
| * Add "--network-segment" option to "subnet create"Richard Theis2016-06-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | Add "--network-segment" option to the "subnet create" command. This is a beta command option and subject to change. Use global option "--os-beta-command" to enable this option. This patch set also provides a devref update for beta command options. Change-Id: I4d0fbe079b2a873307364c41c22ce9ba88e632e6 Partially-Implements: blueprint routed-networks
* | 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
* Add ip version filter to subnet listManjeet Singh Bhatia2016-05-161-0/+4
| | | | | | | | This patch will add argument ip-version to command subnet list Change-Id: If7458d4979e53aec7e2633c4f1779c3810f9a3f1 Closes-Bug: #1581179
* Doc: Add network resource descriptionsRichard Theis2016-04-251-0/+4
| | | | | | Add descriptions to the network resource command documentation. Change-Id: I547ffb48f8950311a5ee65d6b535846f2aca0efc
* State i18() changes and help messages improvedTang Chen2016-04-181-2/+2
| | | | | | | | Add _() to wrap help message in network commands. And also some improvement for help message. Change-Id: Ib3e498f5976ba98c44fd4eec2d1623263b3db53e Partial-bug: 1570924
* Doc: Unify repeatable option commentsTang Chen2016-04-121-6/+8
| | | | | | | | | | | | 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
* Doc: Fix network command documentation issuesRichard Theis2016-04-081-24/+23
| | | | | | | | | | | | | 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
* Docs cleanup: sort subnet commandsDean Troyer2016-03-281-16/+16
| | | | Change-Id: I43c0052ec5ed2e94b203a0befc4b39d3522d4e9c
* Subnet: Add "subnet set" command using SDKreedip2016-03-241-1/+60
| | | | | | | | | | This patch adds "subnet set" command to osc using sdk. Implements: blueprint neutron-client Closes-bug: #1542363 Change-Id: Id3b7f4b9190b4d73ca3ae423321a65f94a6da62e
* Add "os subnet create" command using SDKBrad Behle2016-03-101-0/+108
| | | | | | | | | | | Implement the openstack client subnet create command using SDK calls. Co-Authored-By: Terry Howe <terrylhowe@gmail.com> Partially implements: blueprint neutron-client Closes-Bug: #1542364 Change-Id: Ia6120b8dccf2ee83dc89b3f496f7180d4dc5199a
* TrivialOrder: Rearrange Class Namesreedip2016-03-011-16/+16
| | | | | | | | | | | As per the comment given by Steve Martinelli in https://review.openstack.org/#/c/278209/ , the following patch just rearranges the classes as per the Alphabetical order. TrivialFix Change-Id: Ib8f0f703df4ef7d7ee6180ff8bd8a47062ae5b0f
* Subnet: Add "subnet delete" command using SDKreedip2016-03-011-0/+16
| | | | | | | | This patch adds "subnet delete" command to osc using sdk. Change-Id: I6be27406b16909c6db2b95417355be302e218a8d Implements: blueprint neutron-client Closes-bug: #1542362
* Add "os subnet show" command using SDKBrad Behle2016-02-221-0/+16
| | | | | | | | | | | Implement the openstack client subnet show command using SDK calls. This shows the details of a specific subnet. Co-Authored-By: Terry Howe <terrylhowe@gmail.com> Partially implements: blueprint neutron-client Closes-Bug: #1542359 Change-Id: Iaf18b9e44af35ca0cd61033b468e0c60cd3b05d6
* Subnet ListTerry Howe2016-01-251-0/+20
Subnet list command Partially implements: blueprint neutron-client Partial-Bug: #1523258 Change-Id: I3c0748074a6511ff92500516b3129886d2476eed