Added "network" to the list of required nova services.

Fixes bug 967987.

Change-Id: Icd6ac8c332815de86b2333640f454a0e8c91e982
This commit is contained in:
Gabriel Hurley 2012-03-29 18:11:44 -07:00 committed by James E. Blair
parent 8fadde15bf
commit 24ba96674e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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