From b131edbbb1e0b23b1d0a7747a71dd16e40a568ce Mon Sep 17 00:00:00 2001 From: Setyo Nugroho Date: Tue, 12 Dec 2023 21:17:09 +0700 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 65045f2..91e33f6 100644 --- a/README.md +++ b/README.md @@ -242,9 +242,12 @@ For example, you can send email to remind customer to pay the invoice or delete Available action for unpaid invoice handling consist of: - send_message : Sending a message to a customer -- stop_instance : Will stop, compute instance +- pause_instance : Will pause compute instance +- suspend_instance : Will suspend compute instance +- stop_instance : Will stop compute instance - delete_instance : Will delete compute, image, router, snapshot or volume + ### Enabling Unpaid Invoice Handling 1. Download `clouds.yaml` configuration from Openstack API Dashboard