Comment 4 for bug 1069573

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

Reviewed: https://review.openstack.org/16689
Committed: http://github.com/openstack/nova/commit/69663ee1b346ce96040b2efec132085515f351e4
Submitter: Jenkins
Branch: stable/folsom

commit 69663ee1b346ce96040b2efec132085515f351e4
Author: Vishvananda Ishaya <email address hidden>
Date: Mon Oct 22 10:11:08 2012 -0700

    Declare vpn client option in pipelib

    Due to some import refactoring, nova.network.manager isn't always
    imported when running pipelib commands, so using the cnt_vpn_clients
    option fails. A failing test could not be added because our testing
    code imports nova.network.manager so the code config option always
    exists in testing.

    Fixes bug 1069573

    Change-Id: I92b702556bfef2610b86a952dd6f9207fbab102a
    (cherry picked from commit ae6920fb6b367b5aa75e02c72275e3149d02cd70)