Skip to content

Commit a23e415

Browse files
committed
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>
1 parent 283e86f commit a23e415

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/nova

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ function create_nova_conf {
391391
iniset $NOVA_CONF neutron default_floating_pool "$PUBLIC_NETWORK_NAME"
392392
if [[ $SERVICE_IP_VERSION == 6 ]]; then
393393
iniset $NOVA_CONF DEFAULT my_ip "$HOST_IPV6"
394-
iniset $NOVA_CONF DEFAULT use_ipv6 "True"
395394
else
396395
iniset $NOVA_CONF DEFAULT my_ip "$HOST_IP"
397396
fi

0 commit comments

Comments
 (0)