← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1533132] [NEW] Duplicated options #html5proxy_host and #html5proxy_port

 

Public bug reported:

I've discovered that we have duplicated options in [DEFAULT] and [spice]
sections

[DEFAULT]

# Host on which to listen for incoming requests (string value)
#html5proxy_host = 0.0.0.0

# Port on which to listen for incoming requests (integer value)
# Minimum value: 1
# Maximum value: 65535
#html5proxy_port = 6082

...

[spice]

#
# From nova
#

# Host on which to listen for incoming requests (string value)
#html5proxy_host = 0.0.0.0

# Port on which to listen for incoming requests (integer value)
# Minimum value: 1
# Maximum value: 65535
#html5proxy_port = 6082

** Affects: nova
     Importance: Undecided
     Assignee: Michal Jura (mjura)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Michal Jura (mjura)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1533132

Title:
  Duplicated options #html5proxy_host and #html5proxy_port

Status in OpenStack Compute (nova):
  In Progress

Bug description:
  I've discovered that we have duplicated options in [DEFAULT] and
  [spice] sections

  [DEFAULT]

  # Host on which to listen for incoming requests (string value)
  #html5proxy_host = 0.0.0.0

  # Port on which to listen for incoming requests (integer value)
  # Minimum value: 1
  # Maximum value: 65535
  #html5proxy_port = 6082

  ...

  [spice]

  #
  # From nova
  #

  # Host on which to listen for incoming requests (string value)
  #html5proxy_host = 0.0.0.0

  # Port on which to listen for incoming requests (integer value)
  # Minimum value: 1
  # Maximum value: 65535
  #html5proxy_port = 6082

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


Follow ups