From 37d40b57442349e021c8f5841f9a4fdcf755bed5 Mon Sep 17 00:00:00 2001
From: Matteo <matteo.difazio@garr.it>
Date: Mon, 31 Jan 2022 11:56:28 +0100
Subject: [PATCH] 20220131 Matteo: update 'failed to create resource provider'
 doc

---
 .../kb/openstack/Nova_failed_to_create_resource_provider.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/web/support/kb/openstack/Nova_failed_to_create_resource_provider.rst b/web/support/kb/openstack/Nova_failed_to_create_resource_provider.rst
index 1a15ba2c..77c70e56 100644
--- a/web/support/kb/openstack/Nova_failed_to_create_resource_provider.rst
+++ b/web/support/kb/openstack/Nova_failed_to_create_resource_provider.rst
@@ -15,12 +15,11 @@ Here is the procedure to recover from this error:
 
 3. For all the allocations UUIDs from the previous step, execute the following commands::
 
-	Get and **SAVE** the allocations for the server
-
+	Get and **SAVE** the allocation for the server
      $ openstack --os-placement-api-version 1.12 resource provider allocation show <allocation-id>
      $ openstack server show <allocation-id>  // check in which compute node the VM is running
 
-     If the 'resource provider allocation show' command shows that there is ONLY ONE resource provider in the allocation, delete the allocation
+     If the 'resource provider allocation show' command shows that there is ONLY ONE resource provider in the allocation (AND this resource provider is the one that matches the nova compute in error), delete the allocation
      $ openstack resource provider delete <allocation-id>
 
      If there were multiple resource provider in the allocation, delete only the allocation for the compute node in error by omitting the resouce provider that matches the nova computer in error
-- 
GitLab