Merge "Add help msg to payload for CLI notifier"
This commit is contained in:
commit
e45dfa7ea2
@ -94,7 +94,8 @@ def _send_notification():
|
||||
'oslo.messaging.notify.drivers'
|
||||
).names(),
|
||||
help='Notification driver')
|
||||
parser.add_argument('payload')
|
||||
parser.add_argument('payload',
|
||||
help="the notification payload (dict)")
|
||||
args = parser.parse_args()
|
||||
conf = cfg.ConfigOpts()
|
||||
conf([],
|
||||
|
Loading…
x
Reference in New Issue
Block a user