juju set command missing

Bug #1928417 reported by Brent Barr
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard Charm
Triaged
Medium
Unassigned

Bug Description

The main page (https://opendev.org/openstack/charm-openstack-dashboard) has this command on it for ssl configuration:

juju set openstack-dashboard ssl_key="$(base64 my.key)" \
    ssl_cert="$(base64 my.cert)"

Yet when I try it on a new install:
ERROR juju: "set" is not a juju command. See "juju --help".

Did you mean:
 scp

# juju --version
2.9.0-ubuntu-amd64

This is a new install:
# juju upgrade-model
no upgrades available

Installed with:
snap install juju --classic

Following instructions from here:
https://ubuntu.com/openstack/install#cluster-deployment

Revision history for this message
Brent Barr (brentbarr) wrote :

For bonus points, adding in the information on how to properly create a key and cert would be handy on this page for new users.

Something like this:
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout my.key -out my.crt

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

The command should be "juju config ...".

Let's update it shortly.

Changed in charm-openstack-dashboard:
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Brent Barr (brentbarr) wrote :

Thank you- Not sure why I couldn't find that simple command, but I can confirm that it does indeed work.

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.