From 4df339f39aea0e9bea2a6fc3509b7827590e9b25 Mon Sep 17 00:00:00 2001 From: "Vladimir Sharshov (warpc)" Date: Thu, 23 Jul 2015 18:48:08 +0300 Subject: [PATCH] Add information about requied tasks sync step for Nailgun If we recreate Nailgun DB, we also need to sync deployment tasks. In other case we got error if try to run deployment. Change-Id: Id035d7d179750ad22666918345f0409ec8294f02 Closes-Bug: #1477555 --- pages/file-ref/docker-template | 6 ++++++ pages/file-ref/openstack-yaml.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/pages/file-ref/docker-template b/pages/file-ref/docker-template index 0eede0cab..733fb63f5 100644 --- a/pages/file-ref/docker-template +++ b/pages/file-ref/docker-template @@ -43,6 +43,12 @@ Usage exit +#. Run the following commands to Nailgun + to sync deployment tasks: + :: + + fuel rel --sync-deployment-tasks --dir /etc/puppet + File Format ~~~~~~~~~~~ diff --git a/pages/file-ref/openstack-yaml.rst b/pages/file-ref/openstack-yaml.rst index 9942cce47..bf5db0f49 100644 --- a/pages/file-ref/openstack-yaml.rst +++ b/pages/file-ref/openstack-yaml.rst @@ -43,6 +43,12 @@ Usage exit +#. Run the following commands to Nailgun + to sync deployment tasks: + :: + + fuel rel --sync-deployment-tasks --dir /etc/puppet + File Format +++++++++++