]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add external genconfig calls
authorJohn Griffith <john.griffith8@gmail.com>
Thu, 23 Apr 2015 18:07:12 +0000 (12:07 -0600)
committerJohn Griffith <john.griffith8@gmail.com>
Thu, 23 Apr 2015 19:59:22 +0000 (13:59 -0600)
commit51a22591a44932463847ed3247899db32ac49444
treefcb029cf427cd2800549f12ce7254fc36b2cd35b
parent8d27e2939617053eb5c26e9479140578ef257737
Add external genconfig calls

After moving to oslo.config we still were using
incubator config generator.  This was ok, but the
problem is we haven't been pulling config options
from the oslo libs.

This is a hack that just appends external lib calls
and appends those options to the sample file being built.

Change-Id: I2634b20ef4abd3bf7990f845d59ad3d208db234f
Closes-Bug: #1447380
tools/config/generate_sample.sh