glance image uploads fail with ceilometer enabled
Bug #1596244 reported by
Dave Walker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
High
|
Dave Walker |
Bug Description
Trying to upload an image to glance, fails with a cryptic error of not being able to find the host.
The cause seems to be a misconfigured rabbit config for glance:
AMQP server on 10.131.
description: | updated |
summary: |
- glance image uploads fail with ceilometer emabled + glance image uploads fail with ceilometer enabled |
Changed in kolla: | |
importance: | Undecided → High |
milestone: | none → newton-2 |
To post a comment you must log in.
Currently glance-*.conf has: _rabbit] 161.211: 5672,10. 131.161. 203:5672, 10.131. 161.235: 5672rabbit_ userid = openstack
[oslo_messaging
rabbit_host = 10.131.
rabbit_password = <REDACTED>
But it should have: _rabbit] 161.211: 5672,10. 131.161. 203:5672, 10.131. 161.235: 5672
[oslo_messaging
rabbit_userid = openstack
rabbit_password = <REDACTED>
rabbit_ha_queues = true
rabbit_hosts = 10.131.