Fix for rabbit user issue.

This creates the rabbit user to admin instead of guest. This is
important for multi setups and also to confirm that we don't leverage
the guest user for aio.

Change-Id: I98d5c14badd8e1230a4f13d4d50a6c54556c19af
Closes-Bug: 1434304
This commit is contained in:
JJ Asghar 2015-03-23 17:08:33 -05:00
parent 01402f8437
commit 39414f452a
6 changed files with 18 additions and 0 deletions

View File

@ -9,6 +9,9 @@
},
"override_attributes": {
"openstack": {
"mq": {
"user": "admin"
},
"endpoints": {
"bind-host": "0.0.0.0",
"host": "0.0.0.0"

View File

@ -13,6 +13,9 @@
"root_network_acl": ["%"]
},
"openstack": {
"mq": {
"user": "admin"
},
"endpoints": {
"identity-bind": {
"host": "0.0.0.0"

View File

@ -9,6 +9,9 @@
},
"override_attributes": {
"openstack": {
"mq": {
"user": "admin"
},
"endpoints": {
"bind-host": "0.0.0.0",
"host": "0.0.0.0"

View File

@ -22,6 +22,9 @@
"root_network_acl": ["%"]
},
"openstack": {
"mq": {
"user": "admin"
},
"yum": {
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},

View File

@ -13,6 +13,9 @@
"root_network_acl": ["%"]
},
"openstack": {
"mq": {
"user": "admin"
},
"identity": {
"bind_interface": "eth1"
},

View File

@ -22,6 +22,9 @@
"root_network_acl": ["%"]
},
"openstack": {
"mq": {
"user": "admin"
},
"yum": {
"uri": "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/epel-7"
},