Public bug reported:
Glance API does not start when configured with zmq as the rpc backend.
In glance-api.conf, added:
rpc_zmq_host = precise2
rpc_zmq_matchmaker = glance.openstack.common.rpc.matchmaker_ring.MatchMakerRing
rpc_backend = glance.openstack.common.rpc.impl_zmq
The glance common code
Public bug reported:
keystone default role is _member_, while horizon set
OPENSTACK_KEYSTONE_DEFAULT_ROLE to Member. So if operator follows the
instruction of docs.openstack.org installation guide, then he/she will
fail to create new project on dashboard->admin->project->create project.
It is rea
Public bug reported:
If passing invalid parameter to "create flavor_extraspecs" API, an internal
error happens and Traceback is written in log file.
Nova should return BadRequest response instead of internal error.
$ curl -i
'http://10.21.42.109:8774/v2/fd283c7ef47b4f46899403e9ebb1e2ed/flavors/
Public bug reported:
The method _load_service_plugins() in /neutron/neutron/managers.py
raise ValueError exception as follows:
if plugin_inst.get_plugin_type() in self.service_plugins:
raise ValueError(_("Multiple plugins for service "
"%s were
Public bug reported:
glance.tests.unit.utils:FakeDB uses glance.db.simple.api
FakeDB implements reset with:
@staticmethod
def reset():
simple_db.DATA = {
'images': {},
'members': [],
'tags': {},
'locations': [],
'tasks'
Public bug reported:
When review patch: https://review.openstack.org/#/c/64076/
I found that:
def db_sync(version=None, current_version=None):
"""
Place a database under migration control and perform an upgrade
:retval version number
"""
sql_connection = CONF.sql_connection
try:
Public bug reported:
In file:
openstack_dashboard/dashboards/project/access_and_security/security_groups/forms.py:
if icmp_type not in xrange(-1, 256):
if icmp_code not in xrange(-1, 256):
1. xrange is not supported in python3
2. we could replace xrange here with range
** A
** Also affects: oslo
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1262424
Title:
Files without code should not contain copyright notices
S
Public bug reported:
For the ability to use same lbaas driver with different configurations,
driver name (or actually configuration name) should be passed to a
driver when instantiating it.
Different configuration options will be used when with same driver by
just changing the name of service pro
Public bug reported:
/glance/api/v2/image_data.py #103-107
except exception.ImageSizeLimitExceeded as e:
msg = _("The incoming image is too large: %") % e
LOG.error(msg)
raise webob.exc.HTTPRequestEntityTooLarge(explanation=msg,
Public bug reported:
Version
===
Havana on rhel , python-neutronclient
Description
===
Creating a port with --no-security-groups option ,will still attached the
default security group
Logs
=
[root@puma04 ~(keystone_admin_tenant3)]$neutron security-group-list
+
Public bug reported:
The V3 APIs now also use the XMLNS_V11: XMLNS_V11 =
'http://docs.openstack.org/compute/api/v1.1'
For example
:https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/plugins/v3/flavors.py#L45
I thinks we should add a new for V3
** Affects: nova
Import
Public bug reported:
Steps To Reproduce
./run_tests.sh nova.tests.integrated.test_api_samples
Versions Affected
-
Trunk version after Dec. 21 2013, with following commit
commit 78d62186e5b0388f740d42cb8da5798cd67d7880
Refs: 2014.1.b1-281-g78d
This is not an equivalent change: RuntimeError handler may also raise
exception which should be catched by Exception handler - after such
optimization it wouldn't.
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yaho
Public bug reported:
In methods 'version_control' and 'db_sync' in
glance/db/sqlalchemy/migration.py, there are redundant code
'sql_connection = CONF.sql_connection'.
It will never be used because the ' _version_control' has the sentence.
** Affects: glance
Importance: Undecided
Assi
You have been subscribed to a public bug:
In methods 'version_control' and 'db_sync' in
glance/db/sqlalchemy/migration.py, there are redundant code
'sql_connection = CONF.sql_connection'.
It will never be used because the ' _version_control' has the sentence.
** Affects: glance
Importance
sorry, this bug is in neutron project, not in glance project, I report a bug in
Neutron:
https://bugs.launchpad.net/neutron/+bug/1264054
** Changed in: glance
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscr
Public bug reported:
The method serve_wsgi() in /neutron/neutron/service.py have two try statemens
to capture exceptions,as follows:
def serve_wsgi(cls):
try:
try:
service = cls.create()
service.start()
except RuntimeError:
LOG.exception(_(
Public bug reported:
The method serve_wsgi() in /neutron/neutron/service.py have two try statemens
to capture exceptions,as follows:
def serve_wsgi(cls):
try:
try:
service = cls.create()
service.start()
except RuntimeError:
LOG.exception(_
19 matches
Mail list logo