nova: Fix missing [DEFAULT] source_is_ipv6
This option should be set according to the IP address used for internal console connections. Depends-on: https://review.opendev.org/934518 Change-Id: Idf3c59537fb24e64468317215d6fb78bc6e35146
This commit is contained in:
parent
bd3611d187
commit
915c07d253
@ -150,6 +150,7 @@ class openstack_integration::nova (
|
||||
notify_on_state_change => 'vm_and_task_state',
|
||||
notification_topics => $notification_topics,
|
||||
ssl_only => $::openstack_integration::config::ssl,
|
||||
source_is_ipv6 => $::openstack_integration::config::ipv6,
|
||||
key => "/etc/nova/ssl/private/${facts['networking']['fqdn']}.pem",
|
||||
cert => $::openstack_integration::params::cert_path,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user