Recently cliff introduced a sphinx extension directive named autoprogram-cliff which genarates command-line help automatically. By using it, we no longer need to write command-line help document separately. Also fixes minor string substitution issue in a BGPVPN command. Note that the new cliff release with the directive is not released yet, but there are several number of OSC plugin commands proposed and having a local copy would help such developers. Change-Id: I6b1aee89f406ac449fbc43e210c4ca7ad901b19b
		
			
				
	
	
		
			31 lines
		
	
	
		
			857 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			857 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
==============
 | 
						|
firewall group
 | 
						|
==============
 | 
						|
 | 
						|
A **firewall group** is a perimeter firewall management to Networking.
 | 
						|
Firewall group uses iptables to apply firewall policy to all VM ports and
 | 
						|
router ports within a project.
 | 
						|
 | 
						|
Network v2
 | 
						|
 | 
						|
.. 'firewall group *' cannot be used below as it matches 'firewall group rule
 | 
						|
   *' or 'firewall group policy *'.
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group create
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group delete
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group list
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group set
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group show
 | 
						|
 | 
						|
.. autoprogram-cliff:: openstack.neutronclient.v2
 | 
						|
   :command: firewall group unset
 |