ceph amulet tests failing after config option removed from nova.conf
Bug #1548478 reported by
Ryan Beisner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ceph (Juju Charms Collection) |
Fix Released
|
Medium
|
Edward Hope-Morley | ||
ceph-mon (Juju Charms Collection) |
Fix Released
|
Medium
|
Edward Hope-Morley | ||
ceph-osd (Juju Charms Collection) |
Fix Released
|
Medium
|
Edward Hope-Morley | ||
ceph-radosgw (Juju Charms Collection) |
Fix Released
|
Medium
|
Edward Hope-Morley | ||
cinder-ceph (Juju Charms Collection) |
Invalid
|
Medium
|
Edward Hope-Morley | ||
nova-compute (Juju Charms Collection) |
Fix Released
|
Medium
|
Edward Hope-Morley |
Bug Description
This landed:
https:/
For this bug:
https:/
Now amulet test for ceph/next and ceph-radosgw/next fail with:
01:15:21.503 2016-02-22 18:54:18,651 validate_
01:15:21.503 nova (rbd) config error: section [libvirt] is missing option rbd_pool
Here is the rendered nova.conf from nova-compute/0:
http://
Related branches
lp://qastaging/~hopem/charms/trusty/nova-compute/lp1548478
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/nova-compute/next
at
revision 202
- Ryan Beisner (community): Approve
-
Diff: 146 lines (+25/-31)4 files modifiedtemplates/icehouse/nova.conf (+4/-7)
templates/juno/nova.conf (+5/-8)
templates/liberty/nova.conf (+8/-8)
templates/mitaka/nova.conf (+8/-8)
lp://qastaging/~hopem/charms/trusty/ceph/lp1548478
- OpenStack Charmers: Pending requested
-
Diff: 11 lines (+0/-1)1 file modifiedtests/basic_deployment.py (+0/-1)
lp://qastaging/~hopem/charms/trusty/ceph-osd/lp1548478
- OpenStack Charmers: Pending requested
-
Diff: 11 lines (+0/-1)1 file modifiedtests/basic_deployment.py (+0/-1)
lp://qastaging/~hopem/charms/trusty/ceph-radosgw/lp1548478
Merged
into
lp://qastaging/~openstack-charmers-archive/charms/trusty/ceph-radosgw/next
at
revision 65
- OpenStack Charmers: Pending requested
-
Diff: 11 lines (+0/-1)1 file modifiedtests/basic_deployment.py (+0/-1)
lp://qastaging/~hopem/charms/trusty/ceph-mon/lp1548478
- OpenStack Charmers: Pending requested
-
Diff: 11 lines (+0/-1)1 file modifiedtests/basic_deployment.py (+0/-1)
description: | updated |
Changed in cinder-ceph (Juju Charms Collection): | |
status: | In Progress → Invalid |
summary: |
- amulet tests failing after config option removed from nova.conf + ceph amulet tests failing after config option removed from nova.conf |
Changed in ceph-mon (Juju Charms Collection): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Edward Hope-Morley (hopem) |
milestone: | none → 16.04 |
Changed in ceph-osd (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in ceph (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in ceph-radosgw (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
tags: | added: openstack |
Changed in nova-compute (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in ceph-mon (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
Changed in nova-compute (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in ceph (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in ceph-radosgw (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in ceph-osd (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in ceph-mon (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
The rbd_pool config option was removed since it was unused/incorrect. So, this is an issue in the ceph, ceph-osd and ceph-radosgw amulet tests only. However, only the kilo/nova.conf template was fixed so as part of the fix here i will ensure that all templates are cleaned up and tests fixed accordingly.