yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47358
[Bug 1533132] Re: Duplicated options #html5proxy_host and #html5proxy_port
Reviewed: https://review.openstack.org/287685
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ccbe363f306c93ec3d2b19fbd6a84d1c1cd76b48
Submitter: Jenkins
Branch: master
commit ccbe363f306c93ec3d2b19fbd6a84d1c1cd76b48
Author: Markus Zoeller <mzoeller@xxxxxxxxxx>
Date: Thu Mar 3 11:05:42 2016 +0100
Sample nova.conf file has missing/duplicated config options
The generated sample.nova.conf missed config options from these modules:
nova.virt.hyperv.eventhandler
nova.virt.libvirt.volume.aoe
nova.virt.libvirt.volume.glusterfs
nova.virt.libvirt.volume.iscsi
nova.virt.libvirt.volume.iser
nova.virt.libvirt.volume.net
nova.virt.libvirt.volume.nfs
nova.virt.libvirt.volume.quobyte
nova.virt.libvirt.volume.remotefs
nova.virt.libvirt.volume.scality
nova.virt.libvirt.volume.smbfs
The generated sample.nova.conf has the config options twice from module:
nova.cmd.spicehtml5proxy.opts
Change-Id: I81524527c204c56547d27a9450fffafa0f81c11e
Co-Authored-By: Dirk Mueller <dirk@xxxxxxxx>
Co-Authored-By: zwei <leidong@xxxxxxxxxxxxxxx>
Co-Authored-By: Michal Jura <mjura@xxxxxxxx>
Closes-Bug: #1532228
Closes-Bug: #1533132
** Changed in: nova
Status: In Progress => Fix Released
--
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):
Fix Released
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
References