Description of problem: Would like to have option to show existing objects on openstack network create, openstack subnet create commands. openstack project create uses --or-show to view existing, conflicting objects. This would be helpful on network and subnet creation. Basically the customer is requesting this for CLI consistency and for batch processing the creation of neutron networks and subnets. This would remove the requirement to check for existing objects before creation.
@Assaf, can you please review this ask and estimate if it would be reasonable to implement? Thanks, Nir
To implement --or-show we'd have to decide the logic for the existence of a network is, and I'm not sure how to do that. What is the unique identifier of a network, to determine if it already exists? Same question for every other resource.