Browse code

nova: Stop setting '[DEFAULT] use_ipv6'

Change I188fc2cd1b26fe7a71804f7e7d66b111d6f15e30 in nova stopped us
respecting this when generating the network templates injected into
instances on boot. With the removal of nova-network, there is no longer
any other reason to set this.

Change-Id: I925b7c6c23133cd5a835960f4507c979f615d78e
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>

Stephen Finucane authored on 2019/05/22 18:46:02
Showing 1 changed files
... ...
@@ -391,7 +391,6 @@ function create_nova_conf {
391 391
     iniset $NOVA_CONF neutron default_floating_pool "$PUBLIC_NETWORK_NAME"
392 392
     if [[ $SERVICE_IP_VERSION == 6 ]]; then
393 393
         iniset $NOVA_CONF DEFAULT my_ip "$HOST_IPV6"
394
-        iniset $NOVA_CONF DEFAULT use_ipv6 "True"
395 394
     else
396 395
         iniset $NOVA_CONF DEFAULT my_ip "$HOST_IP"
397 396
     fi