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:
Steve Martinelli 2014-07-17 19:20:53 -04:00
parent 3cfb97e5ae
commit fc044c8847

View File

@ -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')