← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1477302] [NEW] Config example missing whitespace

 

Public bug reported:

>From "/etc/glance/glance-api.conf"

On the [paste_deploy] section.

The example for flavor is missing with a whitespace, which breaks the
convention of <parameter> = <value>

[paste_deploy]
# Name of the paste configuration file that defines the available pipelines
#config_file = glance-api-paste.ini

# Partial name of a pipeline in your paste configuration file with the
# service name removed. For example, if your paste section name is
# [pipeline:glance-api-keystone], you would configure the flavor below
# as 'keystone'.
#flavor=            <----- no whitespace between the parameter and the equal sign

Should be
# flavor =

** Affects: glance
     Importance: Undecided
         Status: New


** Tags: config

** Patch added: "glance-api.conf.patch"
   https://bugs.launchpad.net/bugs/1477302/+attachment/4432671/+files/glance-api.conf.patch

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1477302

Title:
  Config example missing whitespace

Status in Glance:
  New

Bug description:
  From "/etc/glance/glance-api.conf"

  On the [paste_deploy] section.

  The example for flavor is missing with a whitespace, which breaks the
  convention of <parameter> = <value>

  [paste_deploy]
  # Name of the paste configuration file that defines the available pipelines
  #config_file = glance-api-paste.ini

  # Partial name of a pipeline in your paste configuration file with the
  # service name removed. For example, if your paste section name is
  # [pipeline:glance-api-keystone], you would configure the flavor below
  # as 'keystone'.
  #flavor=            <----- no whitespace between the parameter and the equal sign

  Should be
  # flavor =

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1477302/+subscriptions


Follow ups