Activity log for bug #1579768

Date Who What changed Old value New value Message
2016-05-09 13:39:15 Stuart McLaren bug added bug
2016-05-09 13:46:27 Niall Bunting python-glanceclient: assignee Niall Bunting (niall-bunting)
2016-05-09 14:47:21 Stuart McLaren summary CLI endpoint handling broken CLI endpoint type handling broken
2016-05-09 17:32:55 OpenStack Infra python-glanceclient: status New In Progress
2016-05-19 16:57:29 OpenStack Infra python-glanceclient: status In Progress Fix Released
2016-05-24 13:24:07 Niall Bunting nominated for series python-glanceclient/mitaka
2016-05-24 13:24:07 Niall Bunting nominated for series python-glanceclient/liberty
2016-05-25 20:27:50 Ian Cordasco bug task added python-glanceclient/mitaka
2016-05-25 20:28:03 Ian Cordasco bug task added python-glanceclient/liberty
2016-05-25 20:28:09 Ian Cordasco python-glanceclient/mitaka: status New Confirmed
2016-05-25 20:28:11 Ian Cordasco python-glanceclient/mitaka: importance Undecided Critical
2016-05-25 21:57:11 OpenStack Infra python-glanceclient/mitaka: status Confirmed Fix Committed
2016-05-25 22:05:41 OpenStack Infra python-glanceclient/liberty: status New Fix Committed
2016-06-14 19:10:47 Jason Hobbs bug task added python-glanceclient (Ubuntu)
2016-06-14 20:09:54 Corey Bryant nominated for series Ubuntu Xenial
2016-06-14 20:09:54 Corey Bryant bug task added python-glanceclient (Ubuntu Xenial)
2016-06-14 20:17:53 Corey Bryant summary CLI endpoint type handling broken [SRU] CLI endpoint type handling broken
2016-06-14 20:49:15 Corey Bryant python-glanceclient (Ubuntu): status New Fix Released
2016-06-14 20:49:23 Corey Bryant python-glanceclient (Ubuntu): assignee Corey Bryant (corey.bryant)
2016-06-14 20:49:26 Corey Bryant python-glanceclient (Ubuntu Xenial): assignee Corey Bryant (corey.bryant)
2016-06-14 20:57:27 Corey Bryant python-glanceclient (Ubuntu Xenial): status New In Progress
2016-06-14 20:57:34 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2016-06-14 21:00:48 Corey Bryant description If you have multiple endpoints configured as follows: $ openstack endpoint list|grep glance | 3ee11ce39098457d9dbf788fcdffbb5e | region1 | glance | image | True | internal | https://192.168.245.9:9292 | | bba9cb25c0fc46f38ad41bc2944f952f | region1 | glance | image | True | public | https://myhelion.test:9292 | | db38baa73a8542f39df4de424e407014 | region1 | glance | image | True | admin | https://192.168.245.9:9292 It should be possible to run: $ glance --os-cacert /tmp/ca-certificates.crt --os-tenant-name admin --os-username admin --os-password xxx --os-auth-url https://192.168.245.9:35357 --os-endpoint-type internalURL image-list This command used to work successfully on the liberty stable branch. For example if you check out this commit from the liberty stable branch: $ git checkout c077858dd6e0cd827af2418e1a05ca1f27937764 it works ok. If you check out the head of the liberty stable branch though it fails with: Error finding address for https://myhelion.test:9292/versions: Unable to establish connection to https://myhelion.test:9292/versions If you checkout the master branch it fails with the same error. If you revert this patch: commit c11c8c432bde60e6ef652119186aa205c3bf3076 Author: Darja Shakhray <dshakhray@mirantis.com> Date: Tue Dec 29 16:41:38 2015 +0300 Use session when not specified token or endpoint When no token or endpoint, it creates a session and from there taken the necessary values. This commit proposes to transfer a session in such cases. This will avoid unnecessary actions and some of the problems. Change-Id: Idc874b6c01e915e52904604d59e8e0b460e71621 Partial-bug: #1519546 (cherry picked from commit bda34034eb74023ffb1edf4a0c26aa574da0926d) On stable/liberty, then the command starts working again. Similarly, if you revert that change on master the command starts working again. (The equivalent openstack client command works ok.) [Impact] If you have multiple endpoints configured as follows:  $ openstack endpoint list|grep glance  | 3ee11ce39098457d9dbf788fcdffbb5e | region1 | glance | image | True | internal | https://192.168.245.9:9292 |  | bba9cb25c0fc46f38ad41bc2944f952f | region1 | glance | image | True | public | https://myhelion.test:9292 |  | db38baa73a8542f39df4de424e407014 | region1 | glance | image | True | admin | https://192.168.245.9:9292 It should be possible to run:  $ glance --os-cacert /tmp/ca-certificates.crt --os-tenant-name admin --os-username admin --os-password xxx --os-auth-url https://192.168.245.9:35357 --os-endpoint-type internalURL image-list This command used to work successfully on the liberty stable branch. For example if you check out this commit from the liberty stable branch:  $ git checkout c077858dd6e0cd827af2418e1a05ca1f27937764 it works ok. If you check out the head of the liberty stable branch though it fails with:  Error finding address for https://myhelion.test:9292/versions: Unable to establish connection to https://myhelion.test:9292/versions If you checkout the master branch it fails with the same error. If you revert this patch:  commit c11c8c432bde60e6ef652119186aa205c3bf3076  Author: Darja Shakhray <dshakhray@mirantis.com>  Date: Tue Dec 29 16:41:38 2015 +0300     Use session when not specified token or endpoint     When no token or endpoint, it creates a session and from there     taken the necessary values.     This commit proposes to transfer a session in such cases.     This will avoid unnecessary actions and some of the problems.     Change-Id: Idc874b6c01e915e52904604d59e8e0b460e71621     Partial-bug: #1519546     (cherry picked from commit bda34034eb74023ffb1edf4a0c26aa574da0926d) On stable/liberty, then the command starts working again. Similarly, if you revert that change on master the command starts working again. (The equivalent openstack client command works ok.) [Test Case] See Impact section. [Regression Potential] The fixes are cherry-picked and unchanged from upstream master and stable/mitaka branches, helping to limit the regression potential.
2016-06-14 21:01:01 Corey Bryant python-glanceclient (Ubuntu Xenial): status In Progress Fix Committed
2016-06-14 21:01:36 Corey Bryant python-glanceclient (Ubuntu Xenial): status Fix Committed In Progress
2016-06-15 10:54:47 Chris J Arges python-glanceclient (Ubuntu Xenial): status In Progress Fix Committed
2016-06-15 10:54:52 Chris J Arges bug added subscriber SRU Verification
2016-06-15 10:55:02 Chris J Arges tags verification-needed
2016-06-27 13:46:40 Corey Bryant tags verification-needed verification-done
2016-06-28 07:30:58 Launchpad Janitor python-glanceclient (Ubuntu Xenial): status Fix Committed Fix Released
2016-06-28 07:36:54 Martin Pitt removed subscriber Ubuntu Stable Release Updates Team