Merge "nova: create basic setup for cells"

This commit is contained in:
Jenkins 2017-01-27 03:56:16 +00:00 committed by Gerrit Code Review
commit 317db76e01
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.