Activity log for bug #1719879

Date Who What changed Old value New value Message
2017-09-27 12:46:32 Scott Moser bug added bug
2017-09-27 12:47:04 Scott Moser description I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. Related bugs: * bug 1686437: glance sync: need keystone v3 auth support
2017-09-27 13:04:18 Felipe Reyes tags sts
2017-09-27 13:04:23 Felipe Reyes bug added subscriber Felipe Reyes
2017-09-27 13:05:23 Eric Desrochers bug added subscriber Eric Desrochers
2017-10-31 13:11:38 Scott Moser branch linked lp:~thedac/simplestreams/lp1719879
2017-10-31 13:40:53 Launchpad Janitor branch linked lp:simplestreams
2017-10-31 14:19:14 Launchpad Janitor branch linked lp:~simplestreams-dev/simplestreams/bionic
2017-11-02 20:28:17 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/333165
2017-11-02 20:35:07 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/333167
2017-11-02 20:44:56 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/333168
2017-11-10 16:37:08 Scott Moser bug task added simplestreams (Ubuntu)
2017-11-10 16:37:34 Scott Moser simplestreams (Ubuntu): importance Undecided Medium
2017-11-10 16:37:34 Scott Moser simplestreams (Ubuntu): status New Confirmed
2017-11-10 16:37:43 Scott Moser simplestreams (Ubuntu): status Confirmed Fix Committed
2017-11-10 16:38:04 Scott Moser nominated for series Ubuntu Bionic
2017-11-10 16:38:04 Scott Moser bug task added simplestreams (Ubuntu Bionic)
2017-11-10 16:38:04 Scott Moser nominated for series Ubuntu Artful
2017-11-10 16:38:04 Scott Moser bug task added simplestreams (Ubuntu Artful)
2017-11-10 16:38:15 Scott Moser simplestreams (Ubuntu Artful): status New Confirmed
2017-11-10 16:38:17 Scott Moser simplestreams (Ubuntu Artful): importance Undecided Medium
2017-11-10 16:39:06 Scott Moser description I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. Related bugs: * bug 1686437: glance sync: need keystone v3 auth support I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. Note: This bug does not affect xenial or zesty. They do not have the keystone v3 support yet, and the code submitted for SRU contains this fix. Related bugs:  * bug 1686437: glance sync: need keystone v3 auth support
2017-11-13 21:25:44 Launchpad Janitor simplestreams (Ubuntu Bionic): status Fix Committed Fix Released
2018-03-09 08:08:12 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341205
2018-03-09 08:08:27 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341206
2018-03-09 08:43:52 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341214
2018-03-09 08:45:04 Launchpad Janitor merge proposal linked https://code.launchpad.net/~smoser/ubuntu/+source/simplestreams/+git/simplestreams/+merge/341215
2018-04-24 20:56:53 Felipe Reyes description I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. Note: This bug does not affect xenial or zesty. They do not have the keystone v3 support yet, and the code submitted for SRU contains this fix. Related bugs:  * bug 1686437: glance sync: need keystone v3 auth support [Impact] Users upgrading their environment by stages may see problems with the image synchronization when swift is left in mitaka (or newton) while other services have been upgraded to keystone, it's common for clouds where the API is availability is strict to do this kind of upgrades. [Test Case] * deploy openstack artful-pike except swift juju deploy ./bundle.yaml # http://paste.ubuntu.com/p/27mzxxX9jC/ * Add swift to the already deployed model juju deploy ./swift.yaml # http://paste.ubuntu.com/p/RzZ2JMBjbg/ * Once things have settled run the script /etc/cron.daily/glance_simplestreams_sync in glance-simplestreams-sync/0 juju ssh glance-simplestreams-sync/0 sudo /etc/cron.daily/glance_simplestreams_sync in glance-simplestreams-sync/0 Expected result: Images for xenial and trusty are uploaded available in glance (openstack image list) Actual result: The synchronization scripts fails due that it's not possible to authenticate with swift [Potential Regression] * This patch attempts to authenticate using v3 and falls back to v2, so environments where keystone is configured to authenticate using v2 AND v3 may see a change in the behavior where simplestreams will be silently preferring v3 over v2 while before this patch only v2 was being used. [Other Info] I talked with David today (thedac) and he mentioned that the support for adding keystone v3 auth to simplestreams glance sync has issues when using older swift clients. The swift client lagged behind other openstack client libraries in gaining support for v3 auth. Note: This bug does not affect xenial or zesty. They do not have the keystone v3 support yet, and the code submitted for SRU contains this fix. Related bugs:  * bug 1686437: glance sync: need keystone v3 auth support
2018-04-24 20:57:02 Felipe Reyes summary swift client needs to use v1 auth prior to ocata [SRU] swift client needs to use v1 auth prior to ocata
2018-09-20 12:15:15 Nobuto Murata bug added subscriber Nobuto Murata
2019-01-16 14:33:16 Joshua Powers simplestreams (Ubuntu Artful): status Confirmed Won't Fix
2019-01-16 14:33:27 Joshua Powers simplestreams: status Confirmed Fix Released
2019-09-20 09:41:20 Rafael David Tinoco nominated for series Ubuntu Disco
2019-09-20 09:41:20 Rafael David Tinoco bug task added simplestreams (Ubuntu Disco)
2019-09-20 09:41:20 Rafael David Tinoco nominated for series Ubuntu Xenial
2019-09-20 09:41:20 Rafael David Tinoco bug task added simplestreams (Ubuntu Xenial)
2019-09-20 09:41:26 Rafael David Tinoco simplestreams (Ubuntu Xenial): status New In Progress
2019-09-20 09:41:37 Rafael David Tinoco simplestreams (Ubuntu Xenial): assignee Rafael David Tinoco (rafaeldtinoco)
2019-09-20 09:41:42 Rafael David Tinoco simplestreams (Ubuntu Disco): status New Fix Released
2019-09-20 09:41:47 Rafael David Tinoco simplestreams (Ubuntu Xenial): importance Undecided Medium
2019-09-20 09:41:56 Rafael David Tinoco simplestreams (Ubuntu Disco): importance Undecided Medium
2019-09-20 09:48:02 Rafael David Tinoco bug added subscriber Canonical Server Team
2019-09-20 10:16:14 Launchpad Janitor merge proposal linked https://code.launchpad.net/~rafaeldtinoco/ubuntu/+source/simplestreams/+git/simplestreams/+merge/373030
2019-10-16 15:20:37 Rafael David Tinoco simplestreams (Ubuntu Xenial): status In Progress Won't Fix
2019-10-16 15:20:39 Rafael David Tinoco simplestreams (Ubuntu Bionic): status Fix Released In Progress
2019-10-16 15:21:35 Rafael David Tinoco simplestreams (Ubuntu Xenial): assignee Rafael David Tinoco (rafaeldtinoco)
2019-10-16 15:22:23 Rafael David Tinoco simplestreams (Ubuntu Bionic): assignee Rafael David Tinoco (rafaeldtinoco)
2019-11-04 18:35:22 Rafael David Tinoco simplestreams (Ubuntu Bionic): assignee Rafael David Tinoco (rafaeldtinoco)
2019-11-04 18:35:26 Rafael David Tinoco simplestreams (Ubuntu Bionic): status In Progress Fix Released