nova: create basic setup for cells

It's now required in Ocata, we need to setup cells or nova compute would
not be able to spawn servers.

Change-Id: I59e5aee05d6d4c50998b7e7a1902c5076c9b5b22
This commit is contained in:
Emilien Macchi 2017-01-26 14:06:02 -05:00
parent 6d7187b5f4
commit 48dbd2f8cb
2 changed files with 4 additions and 0 deletions

View File

@ -341,6 +341,7 @@ Exec['stop_nova-api'] -> Service['httpd']
class { '::nova::api':
enable_proxy_headers_parsing => $enable_proxy_headers_parsing,
}
include ::nova::cell_v2::simple_setup
include ::nova::placement
include ::nova::wsgi::apache_api
include ::nova::wsgi::apache_placement

View File

@ -0,0 +1,3 @@
---
features:
- Configure the basic cells setup for Nova, now required in Ocata.