From c22d4cbef63ef7a0483622beb88dc7cefc3a838d Mon Sep 17 00:00:00 2001 From: Ali Fahs Date: Fri, 24 Jun 2022 14:32:09 +0200 Subject: [PATCH] Opnestack flavor should be passed by ID --- .../admin/references/NodeSourceInfrastructureReference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/admin/references/NodeSourceInfrastructureReference.adoc b/src/docs/admin/references/NodeSourceInfrastructureReference.adoc index 574e7d08..a4d766a3 100644 --- a/src/docs/admin/references/NodeSourceInfrastructureReference.adoc +++ b/src/docs/admin/references/NodeSourceInfrastructureReference.adoc @@ -469,7 +469,7 @@ Properties needed for the deployment of instance are: - *image:* Defines which image will be used to create the OpenStack instance. The value to provide is the unique image Id. - - *flavor:* Defines the size of the instance. The value to provide is the flavor name or the flavor Id. For more information see https://docs.openstack.org/openstack-ops/content/flavors.html[OpenStack flavors]. + - *flavor:* Defines the size of the instance. The value to provide is the unique flavor Id. For more information see https://docs.openstack.org/openstack-ops/content/flavors.html[OpenStack flavors]. - *networkId:* Defines the identifier of the network to be attached to the instance. This value can be blank to leave the selection to OpenStack.