Skip to content

Commit

Permalink
Closes-Bug: #1591333 - Heat Plugin dirs doesn't appear with single qu…
Browse files Browse the repository at this point in the history
…otes

Changed to double quotes to take python_dist variable

Change-Id: Id497a9c99d5ad167020cca27d874eff5b64dd6d8
  • Loading branch information
nitishkrishna committed Jul 7, 2016
1 parent e908c00 commit 4fecb63
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@
$contrail_api_server = $::contrail::params::config_ip_to_use

heat_config {
'DEFAULT/plugin_dirs': value => '${::python_dist}/vnc_api/gen/heat/resources,${::python_dist}/contrail_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 4fecb63

Please sign in to comment.