Public bug reported:
Mock.side_effects property does not exist, but we use it in some places
in the test case, we should use Mock.side_effect instead.
** Affects: nova
Importance: Low
Assignee: javeme (javaloveme)
Status: In Progress
--
You received this bug notification
Public bug reported:
Description:
Failed to evacuate instances booted from volume
Steps to reproduce:
1.Create an instance from volume
nova boot --boot-volume --flavor --nic
test
2.Force nova-compute service to down
nova service-force-down nova-compute
3.Evacuate server from failed host
no
Public bug reported:
server group members quota has no effect when creating multiple
instances at the same time.
Steps to reproduce
1. create a server-group
[root@node-1 ~]# nova server-group-create group-1 affinity
+--+-+---+-+-
.
References:
[1]
https://github.com/openstack/nova/blob/master/nova/tests/unit/virt/libvirt/test_driver.py#L14676
** Affects: nova
Importance: Undecided
Assignee: javeme (javaloveme)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo
:
self.token_formatter
self._rebuild_federated_info()
self._rebuild_federated_token_roles()
So it is more suitable to move validate_non_persistent_token() to
fernet.
** Affects: keystone
Importance: Undecided
Assignee: javeme (javaloveme)
Status: In Progress
--
You received
Public bug reported:
When the live migration, currently we would check whether the destination host
has enough memory,but would not check whether the destination host has enough
vcpus.
This may lead to excessive VMs are migrated to a host, at the same time it
leads to performance degradation of
** Also affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480212
Title:
Log warning: 'takes at most 1 pos
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: sahara
Assignee: (unassigned) => javeme (javaloveme)
** Changed in: cinder
Assignee: (unassigned) => javeme (javaloveme)
--
You received this bug notification because you are a member of
teServiceNotExist.
** Affects: nova
Importance: Undecided
Assignee: javeme (javaloveme)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.ne
** Also affects: oslo.messaging
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1517839
Title:
Make CONF.set_override wit
Public bug reported:
Failed to create image due to exception NotAuthenticated.
If we take a long time to upload a large image to store, it may trigger
an exception "NotAuthenticated: Authentication required" and the image
has been stuck in SAVING state, this due to the token expires after a
peri
I should return result similar to
aggregates.get API (that is to contain attributes 'hosts' and
'metadata').
[1]:
novaclient(request).aggregates.create(name, availability_zone)
https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/aggregates.py#L51
novaclient(re
tack_dashboard/utils/metering.py#L178
[1]: http://docs.python-guide.org/en/latest/writing/gotchas/
** Affects: horizon
Importance: Undecided
Assignee: javeme (javaloveme)
Status: In Progress
--
You received this bug notification because you are a member of Yahoo!
Engine
x27;status_code', such as NotAuthorized[2].
[1]:
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/utils.py#L136
[2]: https://github.com/openstack/horizon/blob/master/horizon/exceptions.py#L119
** Affects: horizon
Importance: Undecided
Assignee: javeme (j
f any state.
Moreover it should be at least consistent with the revert_resize,and the
state RESIZE_CONFIRMING has been defined but not used.
** Affects: nova
Importance: Undecided
Assignee: javeme (javaloveme)
Status: New
--
You received this bug notification because you are a m
except Exception:
# Catch all here because this could be anything.
LOG.exception(_LE('set_admin_password failed'),
instance=instance)
self._set_instance_obj_error_state(context, instance)
# We create a new exce
ch as STOPPED) instead of ACTIVE
instance.task_state = None
instance.launched_at = timeutils.utcnow()
configdrive.update_instance(instance)
** Affects: nova
Importance: Undecided
Assignee: javeme (javaloveme)
Status: New
** Changed in: nova
Assignee: (unass
Public bug reported:
Deleted port that was created manually by the user, when detach_interface.
If we need to add an attribute to the port, to show that it is created
individually by the user or automatically created?
** Affects: nova
Importance: Undecided
Status: New
--
You rece
lay_name.
hostname = display_name
instance.hostname = utils.sanitize_hostname(hostname)
** Affects: nova
Importance: Undecided
Assignee: javeme (javaloveme)
Status: New
** Description changed:
When we create an instance, it's unable to pass the parameter
_ref)
session._wait_for_task(poweroff_task)
LOG.debug("Powered off the VM", instance=instance)
except vexc.InvalidPowerStateException:
LOG.debug("VM already powered off", instance=instance)
** Affects: nova
Importance: Undecided
Assignee: javeme (jav
ot;,
"host")
if not host_ret or not host_ret.ManagedObjectReference:
msg = _('No host available on cluster')
raise exception.NoValidHost(reason=msg)
host_mor = host_ret.ManagedObjectReference[0]
21 matches
Mail list logo