From c89b1cf0bc6a1afa8aa9dd8bcf8cbbf6066f6be5 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Thu, 30 Sep 2021 15:23:00 -0300 Subject: [PATCH] Remove references to 'actions' in the README file --- src/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/README.md b/src/README.md index 51d673b..14bfb01 100644 --- a/src/README.md +++ b/src/README.md @@ -76,14 +76,6 @@ This charm's primary use is as a backend for the cinder charm. To do so, add a r juju add-relation cinder-netapp:storage-backend cinder:storage-backend -## Actions - -This section lists Juju [actions][juju-docs-actions] supported by the charm. Actions allow specific operations to be performed on a per-unit basis. To display action descriptions run `juju actions --schema cinder-netapp`. If the charm is not deployed then see file `actions.yaml`. - -* `pause` -* `resume` -* `restart-services` - # Documentation The OpenStack Charms project maintains two documentation guides: