Skip to content

Commit

Permalink
Add back the support for V1 resources
Browse files Browse the repository at this point in the history
heat-engine will now support them during startup

Change-Id: I74012127a2a2dec7b6f61e7018e96599c643cfad
Partial-Bug: 1488676
  • Loading branch information
Praneet Bachheti committed May 3, 2016
1 parent 6baa97b commit 04da274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ for svc in heat; do
openstack-config --set /etc/$svc/$svc.conf DEFAULT rabbit_host $AMQP_SERVER
openstack-config --set /etc/$svc/$svc.conf DEFAULT rabbit_port $AMQP_PORT
PYDIST=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")
openstack-config --set /etc/$svc/$svc.conf DEFAULT plugin_dirs ${PYDIST}/vnc_api/gen/heat/resources
openstack-config --set /etc/$svc/$svc.conf DEFAULT plugin_dirs ${PYDIST}/vnc_api/gen/heat/resources,${PYDIST}/contrail_heat/resources
openstack-config --set /etc/$svc/$svc.conf DEFAULT heat_waitcondition_server_url http://$controller_ip:8000/v1/waitcondition

openstack-config --set /etc/$svc/$svc.conf keystone_authtoken auth_uri http://$controller_ip:5000/v2.0
Expand Down

0 comments on commit 04da274

Please sign in to comment.