From f58a3c0bc812df30bb159f25daa1966569671e63 Mon Sep 17 00:00:00 2001 From: Justin Shepherd Date: Thu, 26 May 2016 11:33:32 -0500 Subject: [PATCH] Cleanup multi-line disk-image-create commands This commit moves the disk-image-create comand lines into a more readable multi-line syntax. Change-Id: Ic8a839a81de5bba1d3e0fd56510f9e5b433728eb --- doc/source/loadbalancer.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/source/loadbalancer.rst b/doc/source/loadbalancer.rst index 740d380a..594e9c35 100644 --- a/doc/source/loadbalancer.rst +++ b/doc/source/loadbalancer.rst @@ -17,14 +17,18 @@ If you have a license for nginx plus you will be able to take advantage of some nginx-plus features but you must first copy over your nginx certs. Run this commad in the astara-appliance directory:: - ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=jessie DIB_EXTLINUX=1 \ - DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer disk-image-create debian vm astara nginx -o astara-lb + ELEMENTS_PATH=diskimage-builder/elements \ + DIB_RELEASE=jessie DIB_EXTLINUX=1 \ + DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer \ + disk-image-create debian vm astara nginx -o astara-lb or for nginx plus (nginx certs will need to be copied over before running this command). Run this commad in the astara-appliance directory:: - ELEMENTS_PATH=diskimage-builder/elements DIB_RELEASE=jessie DIB_EXTLINUX=1 \ - DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer disk-image-create debian vm astara nginx-plus -o astara-lb + ELEMENTS_PATH=diskimage-builder/elements \ + DIB_RELEASE=jessie DIB_EXTLINUX=1 \ + DIB_ASTARA_ADVANCED_SERVICES=router,loadbalancer \ + disk-image-create debian vm astara nginx-plus -o astara-lb Configure Neutron for Astara loadbalancer support -------------------------------------------------