12 Commits

Author SHA1 Message Date
Tin Lam
c8f225ef91 Fix oslo _i18n issue
While trying to regenerate the .conf files, the gen-oslo-openstack-helm
tool spits back an error because of the removal of log translations in
OpenStack [0].  This patch set replaces the removed _LW() with the default
_() so the tool does not error out unexpectedly.

[0] d5e3652d12

Change-Id: I665775ae075b6ce0d1aa74ca5732e9e6566ff174
2017-08-04 08:22:15 -05:00
Michał Dulko
9eaa08678c Fix MultiOpt options in gen-oslo-openstack-helm
gen-oslo-openstack-helm generated configuration file templates in
incorrect form, causing setting mulitple values in Values.yaml to
produce something like:

  foo=barfoo=baz

This commit fixes this in the generator and updates config file
templates to generate configs correctly:

  foo=bar
  foo=baz

Change-Id: Iea661dcf1710987b2e111d7141ba888f01c44a50
Closes-Bug: 1699581
2017-07-04 17:26:06 +02:00
Tin Lam
b780680232 Remove trailing whitespaces in rst
This patch set cleans up some whitespaces introduced in preparation
for the linter gate to be voting.

Change-Id: If92a754204c40171b055bfd71eb03ff519955f9d
2017-06-13 22:39:43 -05:00
mattmceuen
cf4c6d50de Clarified a couple documentation points.
Conditionals:  since the developer flag is no longer used by the
glance chart, it's no longer a good example.  However, we want to
keep the flag around for future use if needed.  So, replaced with
a foo/bar example.

gen-oslo-openstack-helm README:  it referred to "this directory",
which doesn't make sense when the README is sourced into the
overall ops guide.  Specified the directory explicitly.

Change-Id: I2ba02bd3efd87e58fcb701c8b7c2bb6af05994ba
2017-06-12 21:38:49 -05:00
Michał Dulko
cc243499ec Update remaining markdown docs to RST
There were few remaining README.md files. This commit converts them to
RST.

Change-Id: Ia0be0012fff33b9be5c9db3febc1e45a076701ec
2017-05-22 10:56:51 +02:00
Alan Meadows
fd2314f2bd Remove empty line break inserted into generated configs
This removes the unnecessary extra line break that
gen-oslo-openstack-helm creates at the top of each
file

Change-Id: I00803c63b2125b71e7f2740959f3de08026d9e57
2017-04-13 17:16:04 -07:00
Pete Birley
7f12507f9f Let genconfig work with extra level of oslo namespacing 2017-04-10 15:15:15 -05:00
Pete Birley
c68bfcf0c5 Fix Oslo-Genconfig formatting 2017-04-10 15:15:06 -05:00
Pete Birley
1ac3ca1363 Update entrypoint logic to hack tox.ini for config generation 2017-04-07 16:15:45 -05:00
Pete Birley
b82378911e Genconfig Container entrypoint update, and initial Readme. 2017-04-07 16:15:45 -05:00
Pete Birley
edc5b93d66 Generic Oslo Config Generation 2017-04-07 16:15:45 -05:00
Pete Birley
48b76c3e5c Add config generation script and container to OpenStack-Helm
This commit pulls in a *slightly* cleaned up version of the
script developed by @alanmeadows in:
 * https://github.com/alanmeadows/gen-oslo-openstack-helm
2017-04-07 16:15:45 -05:00