Skip to content

Commit

Permalink
Adjust wording for user access level
Browse files Browse the repository at this point in the history
  • Loading branch information
agileshaw committed Jan 10, 2024
1 parent 36772a1 commit 03b4c73
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Verify Access
-------------
To use **COU** you need to have access to a `Charmed OpenStack`_ cloud, which is deployed
using `Juju`_. **COU** uses Juju credentials to access the OpenStack cloud, so accessing
the cloud with Juju is mandatory. Cloud access verification can be done by simply
calling the juju status command.
the cloud with Juju is mandatory.

**COU** requires at minimum *write* permission to the target model (see
`User access levels`_ for more information). To verify your current
user's model-scoped access level, simply calling the following Juju command and look for
your OpenStack model.

.. code:: bash
juju status --model <name-of-your-openstack-model>
**COU** requires at minimum `write` permission to the target model.
juju models
Installation
------------
Expand All @@ -27,4 +28,5 @@ Install the **COU** snap from the `snap store`_:
.. LINKS
.. _Charmed OpenStack: https://ubuntu.com/openstack/docs
.. _Juju: https://juju.is/docs/juju
.. _User access levels: https://juju.is/docs/juju/user-permissions
.. _snap store: https://snapcraft.io/
1 change: 1 addition & 0 deletions docs/how-to/different-model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ configuration files.
$ JUJU_DATA=./my-remote-cloud-juju-data cou plan
.. LINKS
.. _python-libjuju: https://github.com/juju/python-libjuju
.. _Juju environment variables: https://juju.is/docs/juju/environment-variables#heading--jujudata
Expand Down

0 comments on commit 03b4c73

Please sign in to comment.