Comment 4 for bug 1289135

Revision history for this message
Mike Spreitzer (mike-spreitzer) wrote :

I did a fresh DevStack install tonight and the problem remains.

John, it is the Nova API process that is confounded by the Cinder endpoints; many Heat operations work just fine. Where would I look to track down a mismatch between Nova and Keystone or Cinder?

Here are some potentially relevant things I found in /etc/nova/nova.conf:

[DEFAULT]
...
auth_strategy = keystone
...

[osapi_v3]
enabled = True

Here are excerpts from the output from `keystone catalog`:

Service: compute
+-------------+------------------------------------------------------------+
| Property | Value |
+-------------+------------------------------------------------------------+
| adminURL | http://10.10.0.24:8774/v2/0167e13d02a3454687f33c2ee13be910 |
| id | 06867c702c9d497c992b8186c6971ad0 |
| internalURL | http://10.10.0.24:8774/v2/0167e13d02a3454687f33c2ee13be910 |
| publicURL | http://10.10.0.24:8774/v2/0167e13d02a3454687f33c2ee13be910 |
| region | RegionOne |
+-------------+------------------------------------------------------------+

Service: volumev2
+-------------+------------------------------------------------------------+
| Property | Value |
+-------------+------------------------------------------------------------+
| adminURL | http://10.10.0.24:8776/v2/0167e13d02a3454687f33c2ee13be910 |
| id | 9e96ee6cf9fe4c2a8006613b2d7d2c45 |
| internalURL | http://10.10.0.24:8776/v2/0167e13d02a3454687f33c2ee13be910 |
| publicURL | http://10.10.0.24:8776/v2/0167e13d02a3454687f33c2ee13be910 |
| region | RegionOne |
+-------------+------------------------------------------------------------+

Service: computev3
+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| adminURL | http://10.10.0.24:8774/v3 |
| id | 2ad4fd4a5dcd433685c019666858ccef |
| internalURL | http://10.10.0.24:8774/v3 |
| publicURL | http://10.10.0.24:8774/v3 |
| region | RegionOne |
+-------------+----------------------------------+

Service: volume
+-------------+------------------------------------------------------------+
| Property | Value |
+-------------+------------------------------------------------------------+
| adminURL | http://10.10.0.24:8776/v1/0167e13d02a3454687f33c2ee13be910 |
| id | 6f05f23fa5ad4a5db6d634dea8a327dc |
| internalURL | http://10.10.0.24:8776/v1/0167e13d02a3454687f33c2ee13be910 |
| publicURL | http://10.10.0.24:8776/v1/0167e13d02a3454687f33c2ee13be910 |
| region | RegionOne |
+-------------+------------------------------------------------------------+

Service: identity
+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+
| adminURL | http://10.10.0.24:35357/v2.0 |
| id | d43b3285a3e740b5b096931599277a1b |
| internalURL | http://10.10.0.24:5000/v2.0 |
| publicURL | http://10.10.0.24:5000/v2.0 |
| region | RegionOne |
+-------------+----------------------------------+