Extra empty parameters in configuration file of Murano API

Bug #1244118 reported by Timur Nurlygayanov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Murano
Fix Released
Medium
Timur Nurlygayanov

Bug Description

Need to remove extra configuration parameters from the configuration files.

For example we can see in default configuration file:
 *murano-api.conf*
{code}
...
[rabbitmq]
# Path to SSL CA certificate or empty to allow self signed server certificate
ca_certs =
...
{code}

Need to add '#' before each empty default parameter, like
 *murano-api.conf*
{code}
...
[rabbitmq]
# Path to SSL CA certificate or empty to allow self signed server certificate
#ca_certs =
...
{code}

and check that Murano API will use correct default values for those parameters, if parameters will don't present in configuration file.

Changed in murano:
importance: Undecided → Medium
Revision history for this message
Timur Nurlygayanov (tnurlygayanov) wrote :
Changed in murano:
status: New → Fix Committed
assignee: nobody → Timur Nurlygayanov (tnurlygayanov)
milestone: none → 0.3
Changed in murano:
status: Fix Committed → New
Changed in murano:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.