summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/ip-availability.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fill the missing colonzhiyong.dai2016-11-221-1/+1
| | | | | | This patch fills the missing colon in ip-availability.rst Change-Id: Icc7c8cc04fdfeb00051392f560bedcde62cfcee7
* change os in command example to openstack(2)Kevin_Zheng2016-12-201-2/+2
| | | | | | | | | 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: I80c96f0938cec382f2f714a500138bd5a2c81aa0
* Add default IP version and fix help messages for "ip availability list"Huanxuan Ao2016-06-151-1/+1
| | | | | | | | | | | | | There was not a default IP version in "ip availability list" command, if we used this command without "--ip-version" option, the output was different from the outputs with the option "--ip-version 4" and "--ip-version 6" and it is not right. This patch add default IP version (default is 4) in ``ip availability list`` command and make this command work properly without ``--ip-version`` option. And also fix the help message. Change-Id: Idc08ab6eaf05946eb2ab59bfb3d4497a383d987d Closes-Bug: #1592761
* Add network availability for oscManjeet Singh Bhatia2016-06-031-0/+60
This patch implements openstack client for network ip availability. Implements: blueprint neutron-ip-capacity Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8 Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e