Skip to content

Commit

Permalink
Closes-Bug: #1591333 - Adding contrail_heat/resources to plugin_dirs …
Browse files Browse the repository at this point in the history
…in heat.conf

SM Provisioning fix for issue already fixed in fab
Patch 2: Removed "/usr/lib/heat/resources"

Change-Id: I7d33c1495eba2b356a8fe6192cb8f0a94061d0ca
  • Loading branch information
nitishkrishna committed Jun 10, 2016
1 parent ee7ff88 commit f8390a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
$contrail_api_server = $::contrail::params::config_ip_to_use

heat_config {
'DEFAULT/plugin_dirs': value => '/usr/lib/heat/resources';
'DEFAULT/plugin_dirs': value => '${::python_dist}/vnc_api/gen/heat/resources,${::python_dist}/contrail_heat/resources';
'clients_contrail/user': value => 'admin';
'clients_contrail/password': value => 'contrail123';
'clients_contrail/tenent': value => 'admin';
Expand Down

0 comments on commit f8390a4

Please sign in to comment.