Drop removed nova options

The following options were already removed from nova
 - [DEFAULT] metadata_host [1]
 - [DEFAULT] volume_api_class [2]

[1] https://review.opendev.org/c/openstack/nova/+/319530
[2] https://review.opendev.org/c/openstack/nova/+/696518

Change-Id: Ia7ecd7e9a0b46b39360adb63291b2a460ca076d0
This commit is contained in:
Takashi Kajinami 2024-07-24 00:37:19 +09:00
parent 0e96489d10
commit ff5e71420a
2 changed files with 0 additions and 10 deletions

View File

@ -3,9 +3,4 @@ class packstack::nova::common ()
# Ensure Firewall changes happen before nova services start
# preventing a clash with rules being set by nova-compute and nova-network
Firewall <| |> -> Class['nova']
nova_config{
# metadata_host has to be IP
'DEFAULT/metadata_host': value => force_ip(lookup('CONFIG_CONTROLLER_HOST'));
}
}

View File

@ -53,11 +53,6 @@ class packstack::nova::compute ()
}
}
nova_config{
'DEFAULT/volume_api_class':
value => 'nova.volume.cinder.API';
}
if ($::fqdn == '' or $::fqdn =~ /localhost/) {
# For cases where FQDNs have not been correctly set
$vncproxy_server = choose_my_ip(lookup('HOST_LIST'))