 2134828665
			
		
	
	2134828665
	
	
	
		
			
			Split content into kubernetes and openstack to align with refactoring of other docs. Incorporated review comments doc/source/_includes/dynamic-vxlan.rest update Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I4c27aa4d1d5d405824eda669d5f484987e7789de Signed-off-by: Ron Stone <ronald.stone@windriver.com>
		
			
				
	
	
	
		
			1.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.3 KiB
		
	
	
	
	
	
	
	
Display Data Network Information Using the CLI
You can display information about data networks from the CLI.
- Retrieve the names of the data networks. - ~(keystone_admin)$ system datanetwork-list +--------------------------------------+--------------+----------+------+ | uuid | name | network_ | mtu | | | | type | | +--------------------------------------+--------------+----------+------+ | 3a575af8-01a7-44ca-9519-edaa2f06c74b | group0-data0 | vlan | 1500 | +--------------------------------------+--------------+----------+------+
- Review information for a data network from the CLI. - ~(keystone_admin)$ system datanetwork-show <datanet>- Where <datanet> is the name or UUID of the data network. - For example: - ~(keystone_admin)$ system datanetwork-show group0-data0