Comment 2 for bug 1362772

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

Reviewed: https://review.openstack.org/117592
Committed: https://git.openstack.org/cgit/stackforge/puppet-nova/commit/?id=c40e67f1b5cd59a1755d451e00578404fd5d4c61
Submitter: Jenkins
Branch: master

commit c40e67f1b5cd59a1755d451e00578404fd5d4c61
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