Comment 1 for bug 1568215

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

Reviewed: https://review.openstack.org/303673
Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=6c1d841ff368c0edccbb6461aae036eff39aad79
Submitter: Jenkins
Branch: master

commit 6c1d841ff368c0edccbb6461aae036eff39aad79
Author: Abhishek Raut <email address hidden>
Date: Wed Apr 6 12:02:31 2016 -0700

    Automatically generate vmware-nsx configuration files

    This patch adds support to automatically generate config files
    for vmware-nsx repo using oslo config generator[1] for all
    VMware plugins.
    Tox can be used to generate a sample config file using the
    following command:
        tox -e genconfig
    This will generate a config file "nsx.ini.sample" under
    vmware-nsx/etc/ folder.

    This patch also modifies devstack scripts to use the
    auto-generated config files and adds more information to help
    texts in config modules.

    [1] http://docs.openstack.org/developer/oslo.config/generator.html

    Change-Id: Iff4ea37b52616295b262ead53947acb5b0cd9cd7
    Partial-Bug: #1568215