Include cors modules for Nova, Ironic Inspector
This will resolve issues in using/developing the TripleO UI from non-local hosts. Change-Id: Ic897f56d8fdb4221d73821712de8bcab9ac384ec Closes-bug: #1756543
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user