From 24ba96674ed956e61a09c26b5aa0eb9fb1da1f4c Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 29 Mar 2012 18:11:44 -0700 Subject: [PATCH] Added "network" to the list of required nova services. Fixes bug 967987. Change-Id: Icd6ac8c332815de86b2333640f454a0e8c91e982 --- README.rst | 2 +- docs/source/quickstart.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a0bc340724..17fc39789f 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ Nova, Keystone, Glance, etc. up and running. The minimum required set of OpenStack services running includes the following: - * Nova (compute, api, scheduler, *and* volume services) + * Nova (compute, api, scheduler, network, *and* volume services) * Glance * Keystone diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index c744b52aff..401108ed49 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -38,7 +38,7 @@ or to the IP and port the server is listening. The minimum required set of OpenStack services running includes the following: - * Nova (compute, api, scheduler, *and* volume services) + * Nova (compute, api, scheduler, network, *and* volume services) * Glance * Keystone