From 12729c72755caeb78e1a9a8296dcf262777cd4e0 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Wed, 21 Jan 2015 18:05:50 +0100 Subject: [PATCH] Include ironic in the autohelp default projects Change-Id: Id443e2c2aca3e010a2d54b739ad1fb75c6af868a --- autogenerate_config_docs/autohelp-wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogenerate_config_docs/autohelp-wrapper b/autogenerate_config_docs/autohelp-wrapper index c3f8983a..98325aa2 100755 --- a/autogenerate_config_docs/autohelp-wrapper +++ b/autogenerate_config_docs/autohelp-wrapper @@ -20,7 +20,7 @@ MANUALSREPO=$SOURCESDIR/openstack-manuals AUTOHELP="python $HERE/autohelp.py" EXTRACT_SWIFT="python $HERE/extract_swift_flags.py" GITBASE=git://git.openstack.org/openstack -PROJECTS="ceilometer cinder glance heat keystone neutron nova sahara swift trove" +PROJECTS="ceilometer cinder glance heat ironic keystone neutron nova sahara swift trove" BRANCH=master FAST=0