From d434f4a41ee2806f4c19d2e8c7d6f4799e6d48ef Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Thu, 1 Feb 2018 16:55:01 -0800 Subject: [PATCH] Update doc to use the right genconfig. Change-Id: Ic7dd4f829c7533d578285f5b64ae5364011b9cb4 --- doc/source/deployment-guide.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/deployment-guide.rst b/doc/source/deployment-guide.rst index 5892d4c34..a7e120a44 100644 --- a/doc/source/deployment-guide.rst +++ b/doc/source/deployment-guide.rst @@ -470,7 +470,8 @@ QEMU libvirt functionality and enable a workaround for a bug in libvirt:: Generate the default configuration:: - sudo kolla-ansible genconfig + ansible-playbook -e ansible_python_interpreter=/usr/bin/python -e @/etc/kolla/globals.yml -e @/etc/kolla/passwords.yml -e CONFIG_DIR=/etc/kolla ansible/site.yml + Generate the Kubernetes secrets and register them with Kubernetes::