Description of problem: Glance config file is missing in the controllers after deployment has been completed. Glance port (9292) is not specified in iptables. On the controller /etc/glance dir is missing. The same error was produced by a different setup by my team member using the same version of staypuft. Version-Release number of selected component (if applicable): ruby193-rubygem-foreman_openstack_simplify-0.0.6-8.el7ost.noarch ruby193-rubygem-staypuft-0.5.12-1.el7ost.noarch rhel-osp-installer-client-0.5.5-2.el7ost.noarch openstack-puppet-modules-2014.2.8-1.el7ost.noarch rhel-osp-installer-0.5.5-2.el7ost.noarch How reproducible: Steps to Reproduce: 1. Install rhel-osp-installer 2. Successfully deploy HA Neutron (3 controller + 2 compute + 3 Ceph) 3. On the controller node - Source the keystonerc_admin file. 4. #glance image-list Actual results: #glance image-list Error finding address for http://10.19.136.178:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20: HTTPConnectionPool(host='10.19.136.178', port=9292): Max retries exceeded with url: /v1/images/detail?sort_key=name&sort_dir=asc&limit=20 (Caused by <class 'socket.error'>: [Errno 113] No route to host) # iptables -nvL | grep -e 9292 -e glance (produces no output) Expected results: Glance config should be present. iptables should have port 9292 for glance Additional info:
*** This bug has been marked as a duplicate of bug 1181812 ***