Revert "Unblock gate: Provide default rabbitmq password"

This reverts commit 6ee96f224c.

This variable is no longer referenced anywhere, so we can remove it.

Change-Id: I70a262020918d51b20486cf819dc9131abfce7f1
This commit is contained in:
Jesse Pretorius (odyssey4me) 2018-08-07 12:31:20 +00:00
parent 6ee96f224c
commit 941febe046
1 changed files with 0 additions and 4 deletions

View File

@ -204,10 +204,6 @@ 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