Merge "Include cors modules for Nova, Ironic Inspector"

This commit is contained in:
Zuul 2018-03-20 04:48:25 +00:00 committed by Gerrit Code Review
commit 31cb691bce
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class tripleo::profile::base::ironic_inspector (
}
if $step >= 4 or ($step >= 3 and $sync_db) {
include ::ironic::inspector::cors
class { '::ironic::inspector':
sync_db => $sync_db,
}

View File

@ -118,6 +118,7 @@ class tripleo::profile::base::nova::api (
sync_db => $sync_db,
sync_db_api => $sync_db,
}
include ::nova::cors
include ::nova::network::neutron
}
# Temporarily disable Nova API deployed in WSGI