Comment 4 for bug 1362772

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-nova (stable/icehouse)

Reviewed: https://review.openstack.org/156974
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=3d6565d2688042b02ede2a6f7b4db86230e35a55
Submitter: Jenkins
Branch: stable/icehouse

commit 3d6565d2688042b02ede2a6f7b4db86230e35a55
Author: Lars Kellogg-Stedman <email address hidden>
Date: Thu Aug 28 15:03:01 2014 -0400

    --vlan is not the same as --vlan_start

    the lib/puppet/provider/nova_network/nova_manage.rb provider was using
    the --vlan option when it meant --vlan_start. This caused "network
    create" commands with num_networks > 1 to fail with "duplicate vlan"
    errors.

    Change-Id: Ibdca3b8de72b459eacf8b44b6350b9bc71310c1b
    Closes-bug: #1362772
    (cherry picked from commit c40e67f1b5cd59a1755d451e00578404fd5d4c61)