From c3890777217746599992ebf774029358a0c00bc8 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 11 Nov 2019 14:06:29 -0800 Subject: [PATCH] Update flavor guide to be cut/paste friendly Replacing a UUID with the name of the flavor profile to make testing cut/paste easier. Change-Id: Ia114766dab48016a63f8ede9870a02208ee8f3f7 --- doc/source/admin/flavors.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/flavors.rst b/doc/source/admin/flavors.rst index 82697d85a0..9d7a541a94 100644 --- a/doc/source/admin/flavors.rst +++ b/doc/source/admin/flavors.rst @@ -116,7 +116,7 @@ created in the previous step we call: .. code-block:: bash - openstack loadbalancer flavor create --name standalone-lb --flavorprofile 72b53ac2-b191-48eb-8f73-ed012caca23a --description "A non-high availability load balancer for testing." --enable + openstack loadbalancer flavor create --name standalone-lb --flavorprofile amphora-single-profile --description "A non-high availability load balancer for testing." --enable This will create a user visible Octavia flavor that will create a load balancer that uses one amphora and is not highly available. Users can specify this