Comment 4 for bug 1511265

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/240704
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=95517f01fc7d082e3a48a8e282854ea4d537760a
Submitter: Jenkins
Branch: master

commit 95517f01fc7d082e3a48a8e282854ea4d537760a
Author: Martin André <email address hidden>
Date: Sun Nov 1 21:29:36 2015 +0900

    Use default disk image size for centos/7

    Latest centos/7 image from atlas now comes with 40 GB disk size which
    is equal to the virtual_size we specify in the Vagrantfile. Libvirt
    provider doesn't like it and produces an ugly stacktrace.

    The new default value now sufficient run kolla properly and we can
    remove the code that artificially increased the disk size.

    Change-Id: I7a645543cfcc027b4a3e0d02d8e7f436d8410ec5
    Backport: Liberty
    Closes-Bug: #1511265