Update help text for some network commands
Add help text for network delete, network set and network show Change-Id: I80ad5eae35f0eba2bfe19e06786c9b8ed1522046 Closes-Bug: #1343659
This commit is contained in:
		@@ -83,6 +83,7 @@ class CreateNetwork(show.ShowOne):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class DeleteNetwork(command.Command):
 | 
			
		||||
    """Delete a network"""
 | 
			
		||||
 | 
			
		||||
    log = logging.getLogger(__name__ + '.DeleteNetwork')
 | 
			
		||||
 | 
			
		||||
@@ -157,6 +158,7 @@ class ListNetwork(lister.Lister):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class SetNetwork(command.Command):
 | 
			
		||||
    """Set network properties"""
 | 
			
		||||
 | 
			
		||||
    log = logging.getLogger(__name__ + '.SetNetwork')
 | 
			
		||||
 | 
			
		||||
@@ -213,6 +215,7 @@ class SetNetwork(command.Command):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class ShowNetwork(show.ShowOne):
 | 
			
		||||
    """Show network details"""
 | 
			
		||||
 | 
			
		||||
    log = logging.getLogger(__name__ + '.ShowNetwork')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user