Activity log for bug #1966664

Date Who What changed Old value New value Message
2022-03-28 10:00:14 Nobuto Murata bug added bug
2022-03-28 10:08:21 Nobuto Murata attachment added juju-deploy_trace.log https://bugs.launchpad.net/juju/+bug/1966664/+attachment/5573717/+files/juju-deploy_trace.log
2022-03-28 10:23:11 Nobuto Murata attachment added juju-download_trace.log https://bugs.launchpad.net/juju/+bug/1966664/+attachment/5573718/+files/juju-download_trace.log
2022-03-28 20:47:44 John A Meinel juju: importance Undecided High
2022-03-28 20:47:44 John A Meinel juju: status New Triaged
2022-03-28 20:47:44 John A Meinel juju: assignee Simon Richardson (simonrichardson)
2022-03-29 03:29:24 Michael Iatrou bug added subscriber Michael Iatrou
2022-04-01 02:17:17 Nobuto Murata bug added subscriber Canonical Field High
2022-04-01 02:18:18 Billy Olsen bug added subscriber Billy Olsen
2022-04-04 12:49:27 Nobuto Murata description $ juju version 2.9.27-ubuntu-amd64 $ juju info neutron-api | grep latest/ latest/stable: 501 2021-12-02 (501) 483kB latest/candidate: 498 2021-10-18 (498) 483kB latest/beta: ^ latest/edge: 520 2022-03-21 (520) 795kB $ juju deploy --channel latest/edge neutron-api Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api" from charm-hub charm "neutron-api", revision 498 in channel candidate So Juju picks the revision 498 which belongs to latest/candidate even when latest/edge which should be 520 is requested. $ juju version 2.9.28-ubuntu-amd64 There are some discrepancies between what we see in info and what we get. [latest - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep latest/ latest/stable: 501 2021-12-02 (501) 483kB latest/candidate: 498 2021-10-18 (498) 483kB latest/beta: ^ latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - without explicit series] $ juju info neutron-api --arch amd64 | grep latest/ latest/stable: 501 2021-12-02 (501) 483kB latest/candidate: 498 2021-10-18 (498) 483kB latest/beta: ^ latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision 498 [xena - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep xena xena/stable: -- xena/candidate: -- xena/beta: -- xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision *522* [xena - without explicit series] $ juju info neutron-api --arch amd64 | grep xena xena/stable: -- xena/candidate: -- xena/beta: -- xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision 501
2022-04-04 12:51:50 Nobuto Murata description $ juju version 2.9.28-ubuntu-amd64 There are some discrepancies between what we see in info and what we get. [latest - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep latest/ latest/stable: 501 2021-12-02 (501) 483kB latest/candidate: 498 2021-10-18 (498) 483kB latest/beta: ^ latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - without explicit series] $ juju info neutron-api --arch amd64 | grep latest/ latest/stable: 501 2021-12-02 (501) 483kB latest/candidate: 498 2021-10-18 (498) 483kB latest/beta: ^ latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision 498 [xena - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep xena xena/stable: -- xena/candidate: -- xena/beta: -- xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision *522* [xena - without explicit series] $ juju info neutron-api --arch amd64 | grep xena xena/stable: -- xena/candidate: -- xena/beta: -- xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision 501 $ juju version 2.9.28-ubuntu-amd64 There are some discrepancies between what we see in info and what we get. "charmcraft status neutron-api" for 20.04 has this: ubuntu 20.04 (all) stable 501 501 policyd-override (r0) candidate 498 498 policyd-override (r0) beta ↑ ↑ ↑ edge ↑ ↑ ↑ ubuntu 20.04 (amd64) stable - - - candidate - - - beta - - - edge 520 520 [latest - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep latest/   latest/stable: 501 2021-12-02 (501) 483kB   latest/candidate: 498 2021-10-18 (498) 483kB   latest/beta: ^   latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - without explicit series] $ juju info neutron-api --arch amd64 | grep latest/   latest/stable: 501 2021-12-02 (501) 483kB   latest/candidate: 498 2021-10-18 (498) 483kB   latest/beta: ^   latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision *498* <- unexpected revision [xena - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep xena   xena/stable: --   xena/candidate: --   xena/beta: --   xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision *522* <- different from info, but expected revision actually. [xena - without explicit series] $ juju info neutron-api --arch amd64 | grep xena   xena/stable: --   xena/candidate: --   xena/beta: --   xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision 501
2022-04-05 10:12:29 Nobuto Murata description $ juju version 2.9.28-ubuntu-amd64 There are some discrepancies between what we see in info and what we get. "charmcraft status neutron-api" for 20.04 has this: ubuntu 20.04 (all) stable 501 501 policyd-override (r0) candidate 498 498 policyd-override (r0) beta ↑ ↑ ↑ edge ↑ ↑ ↑ ubuntu 20.04 (amd64) stable - - - candidate - - - beta - - - edge 520 520 [latest - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep latest/   latest/stable: 501 2021-12-02 (501) 483kB   latest/candidate: 498 2021-10-18 (498) 483kB   latest/beta: ^   latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - without explicit series] $ juju info neutron-api --arch amd64 | grep latest/   latest/stable: 501 2021-12-02 (501) 483kB   latest/candidate: 498 2021-10-18 (498) 483kB   latest/beta: ^   latest/edge: 520 2022-03-21 (520) 795kB ^^^ revision 520 $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision *498* <- unexpected revision [xena - with explicit series] $ juju info neutron-api --arch amd64 --series focal | grep xena   xena/stable: --   xena/candidate: --   xena/beta: --   xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision *522* <- different from info, but expected revision actually. [xena - without explicit series] $ juju info neutron-api --arch amd64 | grep xena   xena/stable: --   xena/candidate: --   xena/beta: --   xena/edge: 501 2022-03-04 (501) 483kB ^^^ revision 501 $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision 501 $ juju version 2.9.28-ubuntu-amd64 Different revisions of charms will be picked between `--serires focal` and default-series=focal without `--series focal`. [latest - with explicit series] $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision *498* <- unexpected revision [xena - with explicit series] $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision 522 [xena - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision *501* <- unexpected revision
2022-04-05 10:13:06 Nobuto Murata summary latest/candidate is picked when latest/edge is requested Inconsistent revisions in --series focal vs default-series=focal
2022-04-05 10:13:20 Nobuto Murata summary Inconsistent revisions in --series focal vs default-series=focal Inconsistent charm revisions in --series focal vs default-series=focal
2022-04-05 14:57:10 Heather Lanigan juju: assignee Simon Richardson (simonrichardson) Heather Lanigan (hmlanigan)
2022-04-05 14:57:16 Heather Lanigan juju: status Triaged In Progress
2022-04-05 22:46:21 John A Meinel description $ juju version 2.9.28-ubuntu-amd64 Different revisions of charms will be picked between `--serires focal` and default-series=focal without `--series focal`. [latest - with explicit series] $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision *498* <- unexpected revision [xena - with explicit series] $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision 522 [xena - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision *501* <- unexpected revision $ juju version 2.9.28-ubuntu-amd64 Different revisions of charms will be picked between `--series focal` and default-series=focal without `--series focal`. [latest - with explicit series] $ juju deploy neutron-api --series focal --channel latest/edge neutron-api-edge Located charm "neutron-api" in charm-hub, revision 520 Deploying "neutron-api-edge" from charm-hub charm "neutron-api", revision 520 in channel edge ^^^ revision 520 [latest - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel latest/edge neutron-api-edge-without-explicit-series Located charm "neutron-api" in charm-hub, revision 498 Deploying "neutron-api-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 498 in channel candidate ^^^ revision *498* <- unexpected revision [xena - with explicit series] $ juju deploy neutron-api --series focal --channel xena/edge neutron-api-xena-edge Located charm "neutron-api" in charm-hub, revision 522 Deploying "neutron-api-xena-edge" from charm-hub charm "neutron-api", revision 522 in channel xena/edge ^^^ revision 522 [xena - with implicit series through default-series] $ juju model-config default-series focal $ juju deploy neutron-api --channel xena/edge neutron-api-xena-edge-without-explicit-series --to 0 Located charm "neutron-api" in charm-hub, revision 501 Deploying "neutron-api-xena-edge-without-explicit-series" from charm-hub charm "neutron-api", revision 501 in channel xena/edge ^^^ revision *501* <- unexpected revision
2022-05-11 09:01:39 Trent Lloyd tags sts
2022-09-23 13:43:05 Heather Lanigan juju: milestone 2.9.35
2022-10-07 04:34:41 Canonical Juju QA Bot juju: milestone 2.9.35 2.9.36
2022-10-21 18:12:20 Canonical Juju QA Bot juju: milestone 2.9.36 2.9.37
2022-11-03 12:29:40 Canonical Juju QA Bot juju: milestone 2.9.37 2.9.38
2023-01-06 07:29:43 Canonical Juju QA Bot juju: milestone 2.9.38 2.9.39
2023-01-23 23:51:14 Canonical Juju QA Bot juju: milestone 2.9.39 2.9.40
2023-02-17 02:12:05 Canonical Juju QA Bot juju: milestone 2.9.40 2.9.41
2023-02-27 12:56:00 Canonical Juju QA Bot juju: milestone 2.9.41 2.9.42
2023-03-01 07:29:04 Canonical Juju QA Bot juju: milestone 2.9.42 2.9.43
2023-05-19 20:23:56 Heather Lanigan juju: status In Progress Triaged
2023-06-02 10:18:35 Canonical Juju QA Bot juju: milestone 2.9.43 2.9.44
2023-06-15 18:27:59 Heather Lanigan juju: milestone 2.9.44