Bug 1175726
| Summary: | Disabling glance deployment does not work if you don't disable demo provisioning | ||
|---|---|---|---|
| Product: | [Community] RDO | Reporter: | Antoni Segura Puimedon <toni> |
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | yeylon <yeylon> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | Juno | CC: | aortega, derekh, ichavero, lbezdick, srevivo, yeylon |
| Target Milestone: | --- | ||
| Target Release: | Juno | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-2014.2-0.13.dev1395.gaabe0a2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-30 23:02:49 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 of problem: When installing without nova, glance, swift, heat, cinder, horizon and celiometer, packstack should not try to deploy anything that requires any of those services. Version-Release number of selected component (if applicable): openstack-packstack-2014.1.1-0.31.1.dev1266.el7.centos.noarch How reproducible: 100% Steps to Reproduce: 1. sudo packstack --install-hosts=$IP \ --nagios-install=n \ --os-ceilometer-install=n \ --os-cinder-install=n \ --os-glance-install=n \ --os-heat-install=n \ --os-horizon-install=n \ --os-nova-install=n \ --os-swift-install=n \ --provision-demo=n Actual results: 192.168.123.31_provision_glance.pp: [ ERROR ] Applying Puppet manifests [ ERROR ] ERROR : Error appeared during Puppet run: 192.168.123.31_provision_glance.pp Error: Could not prefetch glance_image provider 'glance': File: /etc/glance/glance-api.conf does not contain all required sections Expected results: Deployment succeeds Additional info: disabling provision-demo works around the issue.