Comment 27 for bug 1834845

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Verified successfully:

$ juju ssh cinder/0 apt policy cinder-common
cinder-common:
  Installed: 2:13.0.8-0ubuntu1~cloud0
  Candidate: 2:13.0.8-0ubuntu1~cloud0
  Version table:
 *** 2:13.0.8-0ubuntu1~cloud0 500
        500 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-proposed/rocky/main amd64

$ openstack volume list
+--------------------------------------+------+--------+------+-----------------------------+
| ID | Name | Status | Size | Attached to |
+--------------------------------------+------+--------+------+-----------------------------+
| 760b2fe5-bfa3-4ec6-964d-6fd05ccba3b0 | v1 | in-use | 1 | Attached to x1 on /dev/vdb |
+--------------------------------------+------+--------+------+-----------------------------+

$ juju config cinder openstack-origin=cloud:bionic-stein/proposed

$ juju ssh cinder/0 apt policy cinder-common
cinder-common:
  Installed: 2:14.0.2-0ubuntu1~cloud0
  Candidate: 2:14.0.2-0ubuntu1~cloud0
  Version table:
 *** 2:14.0.2-0ubuntu1~cloud0 500
        500 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-proposed/stein/main amd64

$ openstack volume create --size 5 v2

$ openstack volume list
+--------------------------------------+------+-----------+------+-----------------------------+
| ID | Name | Status | Size | Attached to |
+--------------------------------------+------+-----------+------+-----------------------------+
| 41b29ac2-c580-444c-ba65-17d016fb136f | v2 | available | 5 | |
| 760b2fe5-bfa3-4ec6-964d-6fd05ccba3b0 | v1 | in-use | 1 | Attached to x1 on /dev/vdb |
+--------------------------------------+------+-----------+------+-----------------------------+