[Yahoo-eng-team] [Bug 1515476] [NEW] Lack of task status updates at the beginning of the action 'confirm_resize'

2015-11-11 Thread javeme
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

[Yahoo-eng-team] [Bug 1525472] [NEW] Taking into account the exception with status_code

2015-12-11 Thread javeme
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

[Yahoo-eng-team] [Bug 1525903] [NEW] should not use mutable default arguments

2015-12-14 Thread javeme
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

[Yahoo-eng-team] [Bug 1528541] [NEW] aggregate-create and aggregate-details return inconsistent result

2015-12-22 Thread javeme
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

[Yahoo-eng-team] [Bug 1530328] [NEW] Failed to create image due to exception NotAuthenticated

2015-12-31 Thread javeme
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

[Yahoo-eng-team] [Bug 1517839] Re: Make CONF.set_override with paramter enforce_type=True by default

2016-01-06 Thread javeme
** 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

[Yahoo-eng-team] [Bug 1538837] [NEW] raise ComputeServiceNotExist instead of ComputeServiceUnavailable if host is not found

2016-01-27 Thread javeme
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

[Yahoo-eng-team] [Bug 1544522] Re: Don't use Mock.called_once_with that does not exist

2016-02-11 Thread javeme
** 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

[Yahoo-eng-team] [Bug 1480212] Re: Log warning: 'takes at most 1 positional argument'

2016-02-18 Thread javeme
** 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

[Yahoo-eng-team] [Bug 1624797] [NEW] Failed to evacuate instances booted from volume

2016-09-17 Thread javeme
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

[Yahoo-eng-team] [Bug 1626880] [NEW] Mock.side_effects does not exist, use Mock.side_effect instead

2016-09-23 Thread javeme
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

[Yahoo-eng-team] [Bug 1562777] [NEW] LiveMigration should check whether the destination has enough vcpus

2016-03-28 Thread javeme
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

[Yahoo-eng-team] [Bug 1429581] [NEW] [VMware] Failed to attach volume due to wrong host iqn

2015-03-08 Thread javeme
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]

[Yahoo-eng-team] [Bug 1445858] [NEW] [VMware]Using ShutdownGuest instead of PowerOffVM_Task, if vmtools was installed.

2015-04-18 Thread javeme
_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

[Yahoo-eng-team] [Bug 1445863] [NEW] Unable to pass the parameter hostname to nova-api, when creating an instance.

2015-04-18 Thread javeme
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

[Yahoo-eng-team] [Bug 1445871] [NEW] Deleted port that was created manually by the user, when detach_interface

2015-04-19 Thread javeme
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

[Yahoo-eng-team] [Bug 1445881] [NEW] vm_state and power_state are inconsistent after creating a VM which is not power-on.

2015-04-19 Thread javeme
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

[Yahoo-eng-team] [Bug 1462239] [NEW] libvirt: thrown NotImplementedError when running "nova root-password"

2015-06-05 Thread javeme
  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

[Yahoo-eng-team] [Bug 1582493] [NEW] Move validate_non_persistent_token() method from base to fernet

2016-05-16 Thread javeme
: 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

[Yahoo-eng-team] [Bug 1584762] [NEW] Assignment with mock.Mock broke other tests

2016-05-23 Thread javeme
. 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

[Yahoo-eng-team] [Bug 1598859] [NEW] server group members quota has no effect

2016-07-04 Thread javeme
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 +--+-+---+-+-