[chef] Cinder identity endpoint registration


Chronological Thread 
  • From: Vijaya Bhaskar < >
  • To:
  • Subject: [chef] Cinder identity endpoint registration
  • Date: Tue, 3 Feb 2015 10:55:53 +0530

Hello all,

I am trying to deploy openstack cinder through the official openstack-chef-repo. I have installed cinder with the cookbook, but it fails to register the v1 endpoint. Please help if you have any experience in deploying cinder using chef.:

Current:

:~# keystone endpoint-list | grep 8776
| 7ec7e0a818fe42b688d7156da8113cf0 | RegionOne | http://10.0.11.100:8776/v2/%(tenant_id)s | http://10.0.11.100:8776/v2/%(tenant_id)s | http://10.0.11.100:8776/v2/%(tenant_id)s | 7a4fb65727304ee393561fcebac171fd |
| 94885cd8d4c743db9419939e1ddfe0c5 | RegionOne | http://10.0.11.100:8776/v2/%(tenant_id)s | http://10.0.11.100:8776/v2/%(tenant_id)s | http://10.0.11.100:8776/v2/%(tenant_id)s | b211d82a20e24692852f95f33bf7251b |

expected:

:~# keystone endpoint-list | grep 8776
| 368afc818e12434ba1c99fd0ffa9e634 | regionOne | http://controller:8776/v1/%(tenant_id)s | http://controller:8776/v1/%(tenant_id)s | http://controller:8776/v1/%(tenant_id)s | 75529d583a9044269db2f5a4d46a2845 |
| 6c34d10008b54b34a394d31164d73ac6 | regionOne | http://controller:8776/v2/%(tenant_id)s | http://controller:8776/v2/%(tenant_id)s | http://controller:8776/v2/%(tenant_id)s | f00ce4c7e62048bc824eb84907eeeaca |

Please ignore the IP addresses or hostnames




Archive powered by MHonArc 2.6.16.

§