Fix typo in actions.yaml

There was a typo in actions.yaml for the resume action that was breaking
builds. This change fixes that typo. The charm will build.

Closes-Bug: 2030677
Change-Id: Iebded9db63ace1d70a21c1b2e72f88f57044047f
This commit is contained in:
Jadon Naas 2023-08-08 20:20:49 -04:00
parent d06c3a5e9f
commit 32ceddef86

View File

@ -1,7 +1,7 @@
pause:
description: Pause the cinder unit. This action will stop cinder services.
resume:
descrpition: Resume the cinder unit. This action will start cinder services.
description: Resume the cinder unit. This action will start cinder services.
openstack-upgrade:
description: Perform openstack upgrades. Config option action-managed-upgrade must be set to True.
remove-services: