summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/address-scope.rst
Commit message (Collapse)AuthorAgeFilesLines
* Support deleting multi address scopes in networkv2Huanxuan Ao2016-05-281-3/+3
| | | | | | | | This patch adds support for deleting multi address scopes by using "address scope delete" command. Change-Id: Ic8d3ebc17db44ca5d42c336d2c4d5633f70d4e8b Partially-Implements: blueprint multi-argument-network
* Implement "address scope set" commandHuanxuan Ao2016-05-111-1/+31
| | | | | | | | This patch add a command that supports setting address scope properties. Change-Id: I9c4b5068a8abb986a9dc18b167b48b924d16ff42 Closes-Bug: #1566269
* Implement "address scope show" commandHuanxuan Ao2016-05-111-0/+16
| | | | | | | | This patch add a command that supports showing address scope details Change-Id: Ic0b41c1cab8c618904c7a6046d7493db5b74b430 Partial-Bug: #1566269
* Implement "address scope list" commandHuanxuan Ao2016-05-111-0/+10
| | | | | | | | This patch add a command that supports listing address scopes Change-Id: Id14757011560cacf28011ba51841a8e23b824f33 Partial-Bug: #1566269
* Implement "address scope delete" commandHuanxuan Ao2016-05-111-0/+16
| | | | | | | | This patch add a command that supports deleting a address scope Change-Id: Ie028058c759b9511d105a530d7e89b841865e7d6 Partial-Bug: #1566269
* Implement "address scope create" commandHuanxuan Ao2016-05-111-0/+48
This patch supports creating a new address scope, with --ip-version,--project,--project-domain and --share or --no-share options. Change-Id: I37c73391a41ac239dd72d55dbc0adbebd7701f4a Partial-Bug: #1566269