From b83ffe3680711ad07dea4590c552f04bbe62c974 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 14 Feb 2018 13:52:23 +0000 Subject: [PATCH] [Docs] Introduce next steps To be more like a walkthrough, the next step after the verification of the environment would be to contribute and operate OpenStack-Ansible. This could also bring more visibility to contributions. Change-Id: I991ad7963bcd777e279738bb9d4ca03992f46280 --- deploy-guide/source/index.rst | 1 + deploy-guide/source/next-steps.rst | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 deploy-guide/source/next-steps.rst diff --git a/deploy-guide/source/index.rst b/deploy-guide/source/index.rst index 5617724067..bc0fc61f80 100644 --- a/deploy-guide/source/index.rst +++ b/deploy-guide/source/index.rst @@ -15,6 +15,7 @@ intended for deployers. configure.rst run-playbooks.rst verify-operation.rst + next-steps.rst app.rst Third-party trademarks and tradenames appearing in this document are the diff --git a/deploy-guide/source/next-steps.rst b/deploy-guide/source/next-steps.rst new file mode 100644 index 0000000000..5961e68188 --- /dev/null +++ b/deploy-guide/source/next-steps.rst @@ -0,0 +1,18 @@ +========== +Next steps +========== + +Now that you have verified that your OpenStack cloud +is working, here is what you can do next: + +Contribute to OpenStack-Ansible +=============================== + +If you want to contribute to OpenStack-Ansible, please +have a look at our `Contributors guide `_. + + +Operate OpenStack-Ansible +========================= + +Have a look at our `Operations guide `_.