Network groups can be created and deleted with a new
action named network-group. Only attributes of the network group
are managed with these commands (i.e no support for managing IP
ranges attached to network groups).
Examples:
To create a new network group:
fuel network-group --create --node-group 1 --name "new network"
--release 2 --vlan 100 --cidr 10.0.0.0/24
To delete the specified network groups
fuel network-group --delete --network 1
fuel network-group --delete --network 2,3,4
To list all available network groups:
fuel network-group list
To filter network groups by node group:
fuel network-group --node-group 1
Change-Id: I63dce39d0e2308e4df1b07301257ae8c65c94a2b
Implements: blueprint templates-for-networking