Unblock gate: Provide default rabbitmq password

The integrated build has no value for swift_rabbitmq_password
and yet the oslomsg vars reference it. Given that the integrated
gate is quite hard to merge anything into right now - set a
default value here temporarily until we can merge a fix there.

Change-Id: I8c13fe063cd5ec454196bc630cb6362f97c4f146
This commit is contained in:
Jesse Pretorius 2018-07-31 13:23:55 +01:00
parent 5c561b6d24
commit 6ee96f224c
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ swift_oslomsg_notify_servers: "{{ oslomsg_notify_servers | default('127.0.0.1')
swift_oslomsg_notify_port: "{{ oslomsg_notify_port | default('5672') }}"
swift_oslomsg_notify_use_ssl: "{{ oslomsg_notify_use_ssl | default(False) }}"
swift_oslomsg_notify_userid: swift
# TODO(odyssey4me):
# Remove the password default once a fix has merged
# into the integrated build.
swift_rabbitmq_password: "secrete"
swift_oslomsg_notify_vhost: /swift
## General Swift configuration