From d0731306393840e24e98b52a31977fe16d7aee54 Mon Sep 17 00:00:00 2001 From: Jadon Naas Date: Tue, 8 Aug 2023 20:43:51 -0400 Subject: [PATCH] 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: Ic3a1427a73f89f0e0b8d279e0ab9b221e74d0d52 --- actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions.yaml b/actions.yaml index 70d7dce3..1e497710 100644 --- a/actions.yaml +++ b/actions.yaml @@ -24,7 +24,7 @@ pause: . NOTE: Pausing neutron-openvswitch does not stop the openvswitch-switch service. resume: - descrpition: | + description: | Resume the neutron-openvswitch unit. This action will start neutron-openvswitch services. restart-services: description: | @@ -51,5 +51,5 @@ run-deferred-hooks: . NOTE: Service will be restarted as needed irrespective of enable-auto-restarts show-deferred-events: - descrpition: | + description: | Show the outstanding restarts