Guide should support Juju 3 commands

Bug #2015683 reported by Andrea Giovine
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Charms Deployment Guide
Triaged
Medium
Unassigned

Bug Description

In this documentation:
https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-openstack.html#vault

<code>
juju deploy --channel 8.0/stable mysql-router vault-mysql-router
juju add-relation vault-mysql-router:db-router mysql-innodb-cluster:db-router
juju add-relation vault-mysql-router:shared-db vault:shared-db
</code>

add-relation keyword in juju command doesn't exist anymore:
The new command should be
<code>
juju deploy --channel 8.0/stable mysql-router vault-mysql-router
juju integrate vault-mysql-router:db-router mysql-innodb-cluster:db-router
juju integrate vault-mysql-router:shared-db vault:shared-db
</code>

Revision history for this message
Andrea Giovine (thelillo93) wrote :
affects: fuel-plugin-contrail → charm-deployment-guide
Revision history for this message
Peter Matulis (petermatulis) wrote :

Thank you Andrea. We plan on soon making the Deploy Guide use Juju 3 only.

summary: - Documentation on charm deployment is incorrect
+ Guide should support Juju 3 commands
Changed in charm-deployment-guide:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Andrea Giovine (thelillo93) wrote :

I'm doing this task, how can I contribute?

Revision history for this message
Andrea Giovine (thelillo93) wrote :

Hi Peter. I'd like to let you know that I've already transitioned exploiting the Deployment Guide to exclusively use Juju 3 and it's working perfectly. If you have any specific questions or need assistance regarding this task, feel free to ask!

Revision history for this message
Peter Matulis (petermatulis) wrote :

@Andrea, thank you for your kind offer. I'm sorry I did not respond to this earlier. Somehow I missed it. It's great that you confirmed that Juju 3 works well.

Revision history for this message
Peter Matulis (petermatulis) wrote :

For now we have explicitly stipulated Juju 2.9 by way of the install-juju page.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

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