Activity log for bug #1720352

Date Who What changed Old value New value Message
2017-09-29 12:43:55 maestropandy bug added bug
2017-09-29 12:47:34 maestropandy description Hi All, I am installing devstack with ocata as per below local.conf #################### [[local|localrc]] HOST_IP=30.30.0.5 ADMIN_PASSWORD=admin DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD PIP_UPGRADE=True RECLONE=True #Enable senlin enable_plugin senlin https://git.openstack.org/openstack/senlin stable/ocata #Enable senlin-dashboard enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard stable/ocata # Load the external LBaaS plugin. enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/ocata enable_plugin octavia https://git.openstack.org/openstack/octavia stable/ocata # Enable LBaaS v2 ENABLED_SERVICES+=,q-lbaasv2 ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api # Neutron ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta #Enable Aodh enable_plugin aodh https://git.openstack.org/openstack/aodh stable/ocata #Enable Ceilometer enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/ocata #Enable heat enable_plugin heat https://git.openstack.org/openstack/heat stable/ocata ################### While doing ./stack.sh, noticed in middle both senlin and heat moved from ocata to master branch and throwing "Could not load heat_template_version.pike: 'module' object has no attribute 'HOTemplate20170901'" I am wondering why it is checking pike version, where I checkout ocata branch.. ? Hi All, I am installing devstack with ocata as per below local.conf #################### [[local|localrc]] HOST_IP=30.30.0.5 ADMIN_PASSWORD=admin DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD SERVICE_PASSWORD=$ADMIN_PASSWORD PIP_UPGRADE=True RECLONE=True #Enable senlin enable_plugin senlin https://git.openstack.org/openstack/senlin stable/ocata #Enable senlin-dashboard enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard stable/ocata # Load the external LBaaS plugin. enable_plugin neutron-lbaas https://git.openstack.org/openstack/neutron-lbaas stable/ocata enable_plugin octavia https://git.openstack.org/openstack/octavia stable/ocata # Enable LBaaS v2 ENABLED_SERVICES+=,q-lbaasv2 ENABLED_SERVICES+=,octavia,o-cw,o-hk,o-hm,o-api # Neutron ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta #Enable Aodh enable_plugin aodh https://git.openstack.org/openstack/aodh stable/ocata #Enable Ceilometer enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer stable/ocata #Enable heat enable_plugin heat https://git.openstack.org/openstack/heat stable/ocata ################### While doing ./stack.sh, noticed in middle both senlin and heat moved from ocata to master branch and throwing errror as below ubuntu@ocata:~/devstack$ /usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf & echo $! >/opt/stack/status/stack/h-eng.pid; fg || echo "h-eng failed to start" | tee "/opt/stack/status/stack/h-eng.failure" [1] 31816 /usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf 2017-09-29 17:54:18.497 31816 CRITICAL heat.engine [-] Could not load heat_template_version.pike: 'module' object has no attribute 'HOTemplate20170901' ERROR: No template format plugins registered h-eng failed to start ubuntu@ocata:~/devstack$ /usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf & echo $! >/opt/stack/status/stack/h-eng.pid; fg || echo "h-eng failed to start" | tee "/opt/stack/status/stack/h-eng.failure" [1] 1653 /usr/local/bin/heat-engine --config-file=/etc/heat/heat.conf 2017-09-29 17:55:31.083 1653 CRITICAL heat.engine [-] Could not load heat_template_version.pike: 'module' object has no attribute 'HOTemplate20170901' ERROR: No template format plugins registered h-eng failed to start "Could not load heat_template_version.pike: 'module' object has no attribute 'HOTemplate20170901'" I am wondering why it is checking pike version, when I did checkout ocata branch.. ?
2017-09-29 12:48:06 maestropandy summary h-eng automatically switches to master branch from ocata - Devstack h-eng automatically switches to master, pike branch from ocata - Devstack
2017-09-29 13:57:13 Thomas Herve heat: status New Incomplete
2017-09-29 13:57:17 Thomas Herve heat: milestone ongoing
2017-09-29 13:57:20 Thomas Herve heat: importance Undecided Low
2017-09-29 13:57:26 Thomas Herve bug added subscriber Thomas Herve
2017-10-11 03:58:19 Rabi Mishra heat: status Incomplete Invalid