Marking rabbitmq password config property as secret

As this has changed in murano in [0],
this patch change murano-agent.

[0]: I9f41f334e0f32ee31c40c27c977ed801a68830e7

Closes-bug: #1658044
Change-Id: Idc80808dcf54eb2d457cdcf3d42e23236e07a64f
This commit is contained in:
zhurong 2017-01-19 09:11:00 +08:00
parent b96e207b5a
commit 8739083d09
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ rabbit_opts = [
default='guest'),
cfg.StrOpt('password',
help='The RabbitMQ password.',
secret=True,
default='guest'),
cfg.StrOpt('virtual_host',
help='The RabbitMQ virtual host.',