Fix syntax error in the juju-run command

This change fixes the syntax of juju-run command in the README file.
The command requires a <unit> parameter to work, otherwise it fails
with the error "no unit specified".

Change-Id: I2045fb2437a2d29c01fe14c1b9a3cf59fd1444c2
This commit is contained in:
Aqsa Malik 2022-01-10 14:45:01 +01:00
parent dc22f20319
commit 0b067893a8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ for resource, metrics and measure storage:
Note: When ceilometer is related to gnocchi the ceilometer-upgrade action
must be run post deployment in order to update its data store in gnocchi.
juju run-action ceilometer-upgrade
juju run-action ceilometer/0 ceilometer-upgrade
then Keystone and Rabbit relationships need to be established: