Merge "Drop deprecated nova::api::nova_metadata_wsgi_enabled"

This commit is contained in:
Zuul 2023-11-16 05:23:43 +00:00 committed by Gerrit Code Review
commit 379bb9240a

View File

@ -152,11 +152,10 @@ class openstack_integration::nova (
notification_topics => $notification_topics,
}
class { 'nova::api':
api_bind_address => $::openstack_integration::config::host,
sync_db => false,
sync_db_api => false,
service_name => 'httpd',
nova_metadata_wsgi_enabled => true,
api_bind_address => $::openstack_integration::config::host,
sync_db => false,
sync_db_api => false,
service_name => 'httpd',
}
class { 'nova::cache':
backend => 'dogpile.cache.pymemcache',