Volume service not found
Hi,
I have deployed an openstack but i am unable to access it's volume and cinder list. Following is the command that i had used and its output.
$ cinder list
ERROR: publicURL endpoint for volumev3 service not found
$ openstack service list
+----------------------------------+-----------+----------------+
| ID | Name | Type |
+----------------------------------+-----------+----------------+
| 227deda8beaa45c0954abd8168b8adde | heat | orchestration |
| 522993d7a91e4ee49b57b65ed6bd038d | glance | image |
| 65dac0434cd14d06bfe2115e16ceea13 | neutron | network |
| b25e2cfaf7db441780d40822f59a85b3 | swift | object-store |
| c0dcd8c5ee184098baf76cf0d73c315f | nova | compute |
| cfc2a1e52618443fb884b34a1e212c72 | heat-cfn | cloudformation |
| eb6e1bf56dc245ce941c906ef27250b5 | placement | placement |
| f4294bd5ed8a487395433e673b6e66e0 | keystone | identity |
+----------------------------------+-----------+----------------+
Any help regarding how to get this volume service or is their anything i missed during installation?
From the above output, cinder service is not yet created. Create it and verify the API endpoints are present.
How did you deploy it?