Bug 1020048

Summary: Packstack neutron plugin does not check if Nova is disabled
Product: [Community] RDO Reporter: Ivan Chavero <ichavero>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED CURRENTRELEASE QA Contact: yeylon <yeylon>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: aortega, derekh, srevivo, yeylon
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-packstack-2014.1.1-0.29.dev1251.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 23:05:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.