Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure get_requests_for_local_unit doesn't fail on incomplete relation #824

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

ajkavanagh
Copy link
Contributor

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag. This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

Closes LP#2028683

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

Closes LP#2028683
Copy link

@Sponge-Bas Sponge-Bas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 thanks

@gnuoy gnuoy merged commit c8f4720 into master Jul 28, 2023
4 checks passed
@ajkavanagh ajkavanagh deleted the bug/2028683/certificates-bag-incomplete-causes-error branch July 28, 2023 11:45
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…incomplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…mplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…mplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…ncomplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…incomplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…complete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
ajkavanagh added a commit that referenced this pull request Jul 28, 2023
…omplete relation (#824)

If the certificates relation has been set from a consuming charm for
certificates, but the provider hasn't supplied a certificate, and the
request is in the 'legacy' form, then the get_request_for_local_unit()
function in cert_utils fails on accessing the (non-existant) 'ca'
parameter in the databag.  This patch ensures that if the 'ca' key is
missing that the processing moves on to the next relation.

(cherry-picked from: c8f4720)
Closes LP#2028683
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/train] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/ussuri] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/victoria] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/wallaby] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/xena] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/zed] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
javacruft added a commit that referenced this pull request Aug 1, 2023
[stable/antelope] Ensure get_requests_for_local_unit doesn't fail on incomplete relation (#824)
openstack-mirroring pushed a commit to openstack/charm-ironic-api that referenced this pull request Aug 7, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I3d454dbddda8006178797d381cd07856faca897d
openstack-mirroring pushed a commit to openstack/charm-octavia that referenced this pull request Aug 7, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Id3636d55f26d05ffed994e3ccc0575ec66a5e389
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 7, 2023
* Update charm-octavia from branch 'master'
  to 41faa0023072e572fb7d9c7a1f4614fba4631c18
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Id3636d55f26d05ffed994e3ccc0575ec66a5e389
openstack-mirroring pushed a commit to openstack/charm-manila that referenced this pull request Aug 11, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I8dbac80c0e714c8b639bdd0df1b64a7026894938
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 11, 2023
* Update charm-manila from branch 'master'
  to d08e3b369f689fe309725c59de75f2550ef1099f
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I8dbac80c0e714c8b639bdd0df1b64a7026894938
openstack-mirroring pushed a commit to openstack/charm-barbican that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I83fe6b1d397299c716bf67b11d1d30167a87ea84
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-barbican from branch 'master'
  to fd3e818c2c397126216e26cd152e522e4b6552fe
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I83fe6b1d397299c716bf67b11d1d30167a87ea84
openstack-mirroring pushed a commit to openstack/charm-aodh that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Ie10fc5267e5070a7fa24318ea39ab9ba737b94ba
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-aodh from branch 'master'
  to fa3d9da753923ea859e0915272b71aa7cace44c8
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Ie10fc5267e5070a7fa24318ea39ab9ba737b94ba
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-neutron-api from branch 'master'
  to 7a0925af7b58df1bee987df0e8c9faa171934986
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Ia03446f08c38057985f895fed2a5cdd78004aec8
openstack-mirroring pushed a commit to openstack/charm-masakari that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I0dbd4f5ce3d922a2f7c84e710d4faa276718debc
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-masakari from branch 'master'
  to 16436af21e3f2965dfc1729beff51c97cc800820
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I0dbd4f5ce3d922a2f7c84e710d4faa276718debc
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-nova-cell-controller from branch 'master'
  to 476fd69e6b8f13f4d1a6eebcc581b3d289d9a5e2
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Icb53c57de58571635ff575d9c23e7f9858be236e
openstack-mirroring pushed a commit to openstack/charm-nova-cell-controller that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Icb53c57de58571635ff575d9c23e7f9858be236e
openstack-mirroring pushed a commit to openstack/charm-placement that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I54312c4216337a4e16340ec2b7f1bc6095137337
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-placement from branch 'master'
  to 7a906d06f405f424d85d02fac57bf24aca7a781e
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I54312c4216337a4e16340ec2b7f1bc6095137337
openstack-mirroring pushed a commit to openstack/charm-keystone that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I3117e17bc89254031ac244842d868ed1ed5af9ba
openstack-mirroring pushed a commit to openstack/charm-magnum that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I1de23bcf2917e9cb5d832e4d74840ca082f34025
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-keystone from branch 'master'
  to b65d861ae3c5b9dfe4d0a9c9f527e36ce3b7cc98
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I3117e17bc89254031ac244842d868ed1ed5af9ba
openstack-mirroring pushed a commit to openstack/charm-swift-proxy that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Ie197482fcba7cadd27ea74f22e2a6e2c97eaddac
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-swift-proxy from branch 'master'
  to fb1a1bbcf787ed89fcd6684d456da63aaf48822d
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Ie197482fcba7cadd27ea74f22e2a6e2c97eaddac
openstack-mirroring pushed a commit to openstack/charm-designate that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I380e012bee8c415aaf1929d06d64552319d6356b
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-designate from branch 'master'
  to 14f11a18120d6ea6a9866d2d51953b54166cb375
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I380e012bee8c415aaf1929d06d64552319d6356b
openstack-mirroring pushed a commit to openstack/charm-gnocchi that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I000d9f2039ccab2ec5ef60cc3b55fe1d3201f8b6
openstack-mirroring pushed a commit to openstack/charm-heat that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I6f907d439585dbcc87efdeec55c329303eca0d6a
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-gnocchi from branch 'master'
  to 846cd78b56c9bc0d8dd2030ca12cc51e8911febd
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I000d9f2039ccab2ec5ef60cc3b55fe1d3201f8b6
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-heat from branch 'master'
  to af1bfc7eda22984978801dd8b0b439b6c49e8067
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I6f907d439585dbcc87efdeec55c329303eca0d6a
openstack-mirroring pushed a commit to openstack/charm-cinder that referenced this pull request Aug 16, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I1fe688bf595520f876d0c15c591ee8cac34d00f2
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Aug 16, 2023
* Update charm-cinder from branch 'master'
  to 2e2fff42531cf3c16b9c2e2be4b71f68e5ca03dd
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I1fe688bf595520f876d0c15c591ee8cac34d00f2
openstack-mirroring pushed a commit to openstack/charm-ceph-radosgw that referenced this pull request Sep 12, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Ie05a9ff536700282dc0c66816b50efee5da62767
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Sep 12, 2023
* Update charm-ceph-radosgw from branch 'master'
  to dd8a9d949409a120945f89876c9368ea9de2e084
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Ie05a9ff536700282dc0c66816b50efee5da62767
openstack-mirroring pushed a commit to openstack/charm-openstack-dashboard that referenced this pull request Sep 13, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Iea8afd1720bac55321fbcc45aa21bb33f026b68e
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Sep 13, 2023
* Update charm-openstack-dashboard from branch 'master'
  to b9b48089b72c2c2d8f2126d84a5f41e57c8a9409
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Iea8afd1720bac55321fbcc45aa21bb33f026b68e
openstack-mirroring pushed a commit to openstack/charm-manila-ganesha that referenced this pull request Sep 15, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: Idad596c8af39d2b8179a18f6218134655d1ad3b9
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Sep 15, 2023
* Update charm-manila-ganesha from branch 'master'
  to 47eef5da82910b6a62cbfe54eb1c4cdcc44bd3d3
  - Merge "Ensure get_requests_for_local_unit doesn't fail on incomplete relation"
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: Idad596c8af39d2b8179a18f6218134655d1ad3b9
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Sep 20, 2023
* Update charm-ceilometer from branch 'master'
  to c4f153e5820f4103f0e7e1a16b2b959477f0ed3a
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I3393fc63fa066b15f3e67c526ab3f2abe0ead028
openstack-mirroring pushed a commit to openstack/charm-ceilometer that referenced this pull request Sep 20, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I3393fc63fa066b15f3e67c526ab3f2abe0ead028
openstack-mirroring pushed a commit to openstack/charm-glance that referenced this pull request Sep 20, 2023
This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] juju/charm-helpers#824
Closes-Bug: #2028683

Change-Id: I071037fbef7940e447d6aaefa61e38b988b37e66
openstack-mirroring pushed a commit to openstack/openstack that referenced this pull request Sep 20, 2023
* Update charm-glance from branch 'master'
  to e78568ebb2dc34da36b617553defae837e836bbb
  - Ensure get_requests_for_local_unit doesn't fail on incomplete relation
    
    This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
    any inadvertant accesses of ['ca'] in the relation data before it is available
    from vault in the certificates relation.  Fix in charmhelpers is in [1].
    
    [1] juju/charm-helpers#824
    Closes-Bug: #2028683
    
    Change-Id: I071037fbef7940e447d6aaefa61e38b988b37e66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants