Documentation: Sunbeam for Ironic uses add-relation

Bug #2015338 reported by Matt Verran
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MicroStack
Fix Released
Undecided
Unassigned

Bug Description

The Microstack Sunbeam installation requires Juju 3.1 which no longer supports add-relation.

https://opendev.org/openstack/charm-ops-sunbeam/src/branch/main/doc/writing-OS-API-charm.rst#deploy-charm

juju deploy ./sunbeam-ironic-operator_ubuntu-20.04-amd64.charm --resource ironic-api-image=kolla/ubuntu-binary-ironic-api:wallaby ironic
juju add-relation ironic mysql
juju add-relation ironic keystone
juju add-relation ironic rabbitmq

should read juju relate/juju integrate, for example:-

juju deploy ./sunbeam-ironic-operator_ubuntu-20.04-amd64.charm --resource ironic-api-image=kolla/ubuntu-binary-ironic-api:wallaby ironic
juju relate ironic mysql
juju relate ironic keystone
juju relate ironic rabbitmq

Revision history for this message
Matt Verran (mv-2112) wrote :
Changed in microstack:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.