From e093b0cf850c7f3f78fc2811520307cb981e537d Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Wed, 18 Sep 2019 14:57:14 +0000 Subject: [PATCH] Use python3 packages on Ubuntu Python2.7 is going EOL soon, let us deploy python3 for Rocky from the start, so we avoid having to switch later. Also update documentation. Depends-On: https://review.opendev.org/682917 Depends-On: https://review.opendev.org/682918 Depends-On: https://review.opendev.org/682919 Depends-On: https://review.opendev.org/682920 Depends-On: https://review.opendev.org/682921 Depends-On: https://review.opendev.org/674452 Depends-On: https://review.opendev.org/682922 Depends-On: https://review.opendev.org/682923 Depends-On: https://review.opendev.org/682924 Change-Id: Iae8a58f4aeb0e7138d0cfc3dc4e58ee995c216b5 --- doc/source/index.rst | 12 +++--------- doc/source/install/index.rst | 12 ------------ 2 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 doc/source/install/index.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 5ab42d0..01cf551 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,4 +1,4 @@ -Chef OpenStack Documentation +OpenStack Chef Documentation ============================ The Chef cookbooks for OpenStack automate the building, operation and @@ -13,11 +13,5 @@ Contributor Guide contributor/index -Install Guide -------------- - -.. toctree:: - :maxdepth: 2 - :includehidden: - - install/index +The latest deployment guide can be found +`here `_. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst deleted file mode 100644 index 4964f89..0000000 --- a/doc/source/install/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -Install Guide -============= - -.. toctree:: - :maxdepth: 2 - :includehidden: - - getting-started - quickstart - deploy - genealogy - supported-platforms