From 5e85fe2a0783586438fe163a498e42eeba6e80fa Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 21 Jul 2021 15:42:29 +0200 Subject: [PATCH] Fix variable names in Octavia documentation The variable octavia_amphora_flavor should be octavia_amp_flavor. The variable for customising network and subnet was only mentioned in the example. Change-Id: I3ba5a7ccc2c810fea12bc48584c064738e5aa35e --- doc/source/reference/networking/octavia.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/reference/networking/octavia.rst b/doc/source/reference/networking/octavia.rst index 53b5d40497..63f4f6ebd0 100644 --- a/doc/source/reference/networking/octavia.rst +++ b/doc/source/reference/networking/octavia.rst @@ -119,8 +119,8 @@ Customize Amphora flavor ------------------------ The default amphora flavor is named ``amphora`` with 1 VCPUs, 1GB RAM and 5GB -disk. you can customize this flavor by changing ``octavia_amphora_flavor`` in -``globals.yml`` +disk. you can customize this flavor by changing ``octavia_amp_flavor`` in +``globals.yml``. See the ``os_nova_flavor`` Ansible module for details. Supported parameters are: @@ -149,9 +149,9 @@ The following defaults are used: Customise network and subnet ---------------------------- -Configure octavia management network and subnet in ``globals.yml``. This must -be a network that is :ref:`accessible from the controllers -`. Typically a VLAN provider network is used. +Configure Octavia management network and subnet with ``octavia_amp_network`` in +``globals.yml``. This must be a network that is :ref:`accessible from the +controllers `. Typically a VLAN provider network is used. See the ``os_network`` and ``os_subnet`` Ansible modules for details. Supported parameters: