openstack-python-openstackc.../doc/source/command-objects
Tang Chen ddc97c6dc5 Support "network list" command in nova network
"network list" command is not implemented in nova network.
This patch implements it.

The Network object in novaclient is quite different from
the one in sdk. And the output of "network list" using
Nova network is also quite different from using Neutron.

It is like this:

# openstack network list
+--------------------------------------+---------+-------------+
| ID                                   | Name    | Subnet      |
+--------------------------------------+---------+-------------+
| 96a98ec4-31f6-45f6-99e6-9384569b3bb5 | private | 10.0.0.0/24 |
+--------------------------------------+---------+-------------+

--long and --external options have not been implemented because
the attrs in Network object in novaclient is too much different.

This patch also introduces a new FakeNetwork class in compute/v2/fake.py
to fake nova network.

Change-Id: Id1fdf81fb2fa8b39f2c76b7bae37ac4fecafd0f7
Depends-On: I1b59264cd40aaf1062f4e8db233ccb7fd0e95f0e
partial-Bug: 1543672
2016-02-17 17:04:43 +08:00
..
access-token.rst Command doc: access token 2015-01-09 09:20:29 +00:00
aggregate.rst Fix doc building errors 2015-01-19 13:12:18 -05:00
availability-zone.rst Support listing network availability zones 2016-02-02 08:08:25 -06:00
backup.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
catalog.rst Add identity v3 catalog show 2015-03-09 23:08:15 -04:00
compute-agent.rst Add compute service delete 2015-10-16 14:01:37 +00:00
compute-service.rst Docstring should say 'default' if option is default 2015-12-31 09:36:26 +05:30
configuration.rst Add configuration show command 2015-07-23 13:00:59 -06:00
console-log.rst Add versioning to the docs that missed it 2015-01-09 19:12:18 -05:00
console-url.rst Add versioning to the docs that missed it 2015-01-09 19:12:18 -05:00
consumer.rst Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
container.rst Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
credentials.rst Add versioning to the docs that missed it 2015-01-09 19:12:18 -05:00
domain.rst Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
ec2-credentials.rst Refactor option handling for user|group|project domain scoping 2015-06-17 12:38:40 -04:00
endpoint.rst Fix yet more documentation warnings 2015-07-21 14:07:18 -06:00
extension.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
federation-protocol.rst Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
flavor.rst Support pagination params for flavor list 2015-10-21 08:24:58 +08:00
group.rst Enable specifying domain for group and role commands 2015-06-08 17:05:10 +03:00
hypervisor-stats.rst Add ability for diplaying hypervisor statistics 2015-03-06 00:11:20 -08:00
hypervisor.rst Add hypervisor docs 2015-03-05 21:42:03 -08:00
identity-provider.rst Add capability to update description of an IdP 2015-11-12 16:49:45 -08:00
image.rst Add --marker option to "image list" command 2016-02-03 14:04:50 +08:00
ip-fixed.rst Doc: Update and add IP address 2015-11-24 14:03:51 -06:00
ip-floating-pool.rst Doc: Update and add IP address 2015-11-24 14:03:51 -06:00
ip-floating.rst Floating IP: Neutron support for "ip floating delete" command 2016-02-14 04:21:00 +00:00
keypair.rst Fix yet more documentation warnings 2015-07-21 14:07:18 -06:00
limits.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
mapping.rst Fine tune some of the helps commands 2015-01-13 00:58:57 -05:00
network.rst Support "network list" command in nova network 2016-02-17 17:04:43 +08:00
object-store-account.rst Change 'Object Store' to 'Object Storage' 2015-11-26 16:35:54 +08:00
object.rst Change 'Object Store' to 'Object Storage' 2015-11-26 16:35:54 +08:00
policy.rst Command doc: policy 2015-01-12 21:59:44 -05:00
port.rst Add "os port show" command 2016-02-02 08:40:05 -06:00
project.rst Implementation for project unset cmd for python-openstackclient. 2016-01-04 10:25:55 -05:00
quota.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
region.rst remove url from v3 regions 2015-10-21 13:21:20 +00:00
request-token.rst Request token authorize 2015-01-09 09:20:24 +00:00
role-assignment.rst Rename command docs to remove underscores 2015-08-06 22:24:22 -07:00
role.rst Remove backticks from help in role commands 2015-09-19 00:40:21 -04:00
router.rst Add availability zone support for router commands 2016-01-29 09:52:02 -06:00
security-group-rule.rst Refactor security group delete to use SDK 2016-02-02 09:04:51 -06:00
security-group.rst Refactor security group delete to use SDK 2016-02-02 09:04:51 -06:00
server-image.rst Add versioning to the docs that missed it 2015-01-09 19:12:18 -05:00
server.rst Add support for triggering an crash dump 2016-02-05 21:48:41 +08:00
service-provider.rst Add docs for service provider CRUD 2015-04-15 05:09:48 +00:00
service.rst Update service clist commands for v2 and v3 2015-01-16 12:59:14 -06:00
snapshot.rst Merge "Use Block Storage instead of Volume" 2016-01-04 16:23:30 +00:00
subnet.rst Subnet List 2016-01-25 21:57:54 +13:00
token.rst Add missing content for token commands 2015-01-02 02:33:35 -05:00
trust.rst Refactor option handling for user|group|project domain scoping 2015-06-17 12:38:40 -04:00
usage.rst Deprecate project usage list command 2015-01-15 00:04:55 -06:00
user-role.rst Add versioning to the docs that missed it 2015-01-09 19:12:18 -05:00
user.rst Fix yet more documentation warnings 2015-07-21 14:07:18 -06:00
volume-qos.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
volume-type.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00
volume.rst Use Block Storage instead of Volume 2015-11-27 17:56:10 +08:00