Comment 6 for bug 1511265

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

Reviewed: https://review.openstack.org/269481
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=cf4ecb11b0b736a972c7bcb71de108fcba042d0f
Submitter: Jenkins
Branch: stable/liberty

commit cf4ecb11b0b736a972c7bcb71de108fcba042d0f
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
    (cherry picked from commit 95517f01fc7d082e3a48a8e282854ea4d537760a)