devstack-gate-failure-due-to-introduction-of-devstack-plugin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Solum |
Fix Released
|
Critical
|
Devdatta Kulkarni |
Bug Description
Our devstack gate job is failing with following error:
2016-01-04 21:10:36.671 | 2016-01-04 21:10:36.653 |
2016-01-04 21:10:36.672 | 2016-01-04 21:10:36.654 | # Is the v1 volume API enabled (boolean value)
2016-01-04 21:10:36.674 | 2016-01-04 21:10:36.656 | #api_v1 = true
2016-01-04 21:10:36.675 | 2016-01-04 21:10:36.657 |
2016-01-04 21:10:36.680 | 2016-01-04 21:10:36.662 | # Is the v2 volume API enabled (boolean value)
2016-01-04 21:10:36.682 | 2016-01-04 21:10:36.664 | #api_v2 = true
2016-01-04 21:10:36.683 | 2016-01-04 21:10:36.666 |
2016-01-04 21:10:36.685 | 2016-01-04 21:10:36.667 | # Update bootable status of a volume Not implemented on icehouse
2016-01-04 21:10:36.686 | 2016-01-04 21:10:36.669 | # (boolean value)
2016-01-04 21:10:36.688 | 2016-01-04 21:10:36.670 | #bootable = false
2016-01-04 21:10:36.690 | 2016-01-04 21:10:36.672 | solum-api is not running
See the detail listing below:
Changed in solum: | |
assignee: | nobody → Devdatta Kulkarni (devdatta-kulkarni) |
importance: | Undecided → Critical |
milestone: | none → next-mitaka |
Changed in solum: | |
status: | New → In Progress |
Reviewed: https:/ /review. openstack. org/263352 /git.openstack. org/cgit/ openstack/ solum/commit/ ?id=e22897d42ba 43a7b07682e0967 01420395588370
Committed: https:/
Submitter: Jenkins
Branch: master
commit e22897d42ba43a7 b07682e09670142 0395588370
Author: Devdatta Kulkarni <email address hidden>
Date: Mon Jan 4 11:12:49 2016 -0600
Making changes to unblock devstack gate
- Changing contrib/devstack to contrib/add-ons
as there is a top-level devstack introduced
as part of the devstack plugin architecture.
The existence of the contrib/devstack directory was
leading to conflicts with the top-level devstack directory.
Hence renamed contrib/devstack to contrib/add-ons
- Cleaning up gate hooks
- Removing oslo.messaging from config generator
as it is causing tempest to fail in the gate
Along with the changes in this patch we needed
the following patch:
https:/ /review. openstack. org/#/c/ 265088/
Closes-Bug: #1532332
Change-Id: I2afc6b96dd04f4 3aafcbd6e812dc2 da4d62bd49e