yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33728
[Bug 1453268] Re: dynamic nova.conf generation does not work without python-barbicanclient installed
Here's the snippet from tox.ini
[testenv:genconfig]
commands = bash tools/config/generate_sample.sh -b . -p nova -o etc/nova
That command has this line in it, it makes me think that tests should
not be needed...
FILES=$(find $TARGETDIR -type f -name "*.py" ! -path "*/tests/*" \
-exec grep -l "Opt(" {} + | sed -e "s/^$BASEDIRESC\///g" | sort -u)
** Changed in: nova
Status: Invalid => New
** Changed in: oslo.config
Status: Invalid => New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1453268
Title:
dynamic nova.conf generation does not work without python-
barbicanclient installed
Status in OpenStack Compute (Nova):
New
Status in OpenStack Compute (nova) kilo series:
Invalid
Status in Oslo configuration management library:
New
Bug description:
In gentoo we dynamically generate the docs (we also package stable
branch releases that install from git). This doesn't work unless
python-barbicanclient is installed.
What I would like to see is either a silent failure with that section
of nova.conf removed or just add python-barbicanclient to requirements
from test-requirements. I understand that it is expected that example
conf generation is expected to need test-requirements, but I don't
agree :P
Let me know if you need more info.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1453268/+subscriptions
References