Merge "Remove deprecated nova::api::api_bind_address"

This commit is contained in:
Zuul
2025-08-19 08:34:25 +00:00
committed by Gerrit Code Review

View File

@@ -155,10 +155,9 @@ class openstack_integration::nova (
cert => $openstack_integration::params::cert_path, cert => $openstack_integration::params::cert_path,
} }
class { 'nova::api': class { 'nova::api':
api_bind_address => $openstack_integration::config::host, sync_db => false,
sync_db => false, sync_db_api => false,
sync_db_api => false, service_name => 'httpd',
service_name => 'httpd',
} }
class { 'nova::cache': class { 'nova::cache':
backend => $openstack_integration::config::cache_driver, backend => $openstack_integration::config::cache_driver,