Comment 1 for bug 1697670

Revision history for this message
Eric Xie (eric-xie) wrote :

At line https://github.com/openstack/masakari/blob/master/devstack/plugin.sh#L116:
iniset $MASAKARI_CONF DEFAULT os_privileged_user_auth_url "${KEYSTONE_AUTH_PROTOCOL}://${KEYSTONE_AUTH_HOST}/identity_admin"

But the default endpoint of identity service is:
# openstack endpoint list | grep identity
| 0e14c329ab594f218309c37c1bf3df08 | RegionOne | keystone | identity | True | admin | http://172.23.28.157/identity |
| e4129ccf60204411a395e6330dcf5ca5 | RegionOne | keystone | identity | True | public | http://172.23.28.157/identity |

So modify 'identity_admin' to 'identity'.