RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1020048 - Packstack neutron plugin does not check if Nova is disabled
Summary: Packstack neutron plugin does not check if Nova is disabled
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Ivan Chavero
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-16 21:46 UTC by Ivan Chavero
Modified: 2016-04-18 06:47 UTC (History)
4 users (show)

Fixed In Version: openstack-packstack-2014.1.1-0.29.dev1251.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-30 23:05:31 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 52266 0 None None None Never

Description Ivan Chavero 2013-10-16 21:46:52 UTC
Description of problem:

If you disable nova compute in packstack's answer file you get an this error: 

# packstack -d --answer-file=testans.txt 
Welcome to Installer setup utility

Installing:

ERROR : 'CONFIG_NOVA_COMPUTE_HOSTS'


How reproducible:

Just set 
CONFIG_NOVA_INSTALL=n
in the answer file

Steps to Reproduce:
1. packstack --gent-answer-file=ans.txt
2. edit answer file and set CONFIG_NOVA_INSTALL to 'n'
3. run packstack -d --answer-file=ans.txt

Actual results:

Welcome to Installer setup utility

Installing:

ERROR : 'CONFIG_NOVA_COMPUTE_HOSTS'

Expected results:

Normal packstack output

Additional info:

It seems like the neutron plugin does not check if nova is disabled.

Comment 1 Ivan Chavero 2013-10-16 22:18:56 UTC
While solving this bug i found that the glance plugin also has this problem.


Note You need to log in before you can comment on or make changes to this bug.