[Barbican] Barbican devstack installation failing
I tried installing Barbican using the steps mentioned in https://wiki.openstack.org/wiki/Barbi.... I am using juno branch.
Devstack got installed but the service entries and endpoint was not registered in keystone. So I did that manually and after that I tried rejoining the screen but I get an error that the service is not reachable.
My localrc file -
[[local|localrc]]
disable_all_services
enable_service rabbit mysql key barbican
KEYSTONE_TOKEN_FORMAT=UUID
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=secretadmin
Can you please help me with this.