Comment 1 for bug 1697627

Revision history for this message
Artem Hrechanychenko (ahrechan) wrote : Re: Ocata -> Pike overcloud upgrade fails with: Property error: default: could not convert string to float

Reproduced!
 export THT=/usr/share/openstack-tripleo-heat-templates
    #workaround for VLAN 10 rules
    ./overcloud-prep-network.sh
    openstack overcloud deploy \
    --libvirt-type qemu \
    --ntp-server clock.redhat.com \
    --control-scale 1 \
    --control-flavor oooq_control \
    --compute-flavor oooq_compute \
    --templates $THT \
    -e $THT/environments/low-memory-usage.yaml \
    -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
    -e /usr/share/openstack-tripleo-heat-templates/environments/net-single-nic-with-vlans.yaml \
    -e /home/stack/network-environment.yaml \
    -e $THT/environments/docker.yaml \
    -e $THT/environments/major-upgrade-composable-steps-docker.yaml \
    -e ~/containers-default-parameters.yaml \
    -e ~/containers-upgrade-repos.yaml

paste.openstack.org/show/612398/