Neutron client provides the following options on neutron net-list:
--tenant-id TENANT_ID
Filter networks belonging to the given tenant.
--name NAME Filter networks according to their name.
--admin-state-up {True,False}
Filter and list the networks whose administrative
state is active
--status STATUS Filter networks according to their operation
status.(For example: ACTIVE, ERROR etc)
--shared {True,False}
Filter and list the networks which are shared.
--router:external {True,False}
Filter and list the networks which are external.
--tags TAG Filter and list networks which has all given tags.
Multiple tags can be set like --tags <tag[,tag...]>
--tags-any TAG Filter and list networks which has any given tags.
Multiple tags can be set like --tags-any
<tag[,tag...]>
--not-tags TAG Filter and list networks which does not have all given
tags. Multiple tags can be set like --not-tags
<tag[,tag...]>
--not-tags-any TAG Filter and list networks which does not have any given
tags. Multiple tags can be set like --not-tags-any
<tag[,tag...]>
Similar options need to be added to the "openstack network list" command for functional parity.
Unassigning due to inactivity