[Yahoo-eng-team] [Bug 1603458] Re: Cannot Delete loadbalancers due to undeleteable pools

2016-11-05 Thread Yaguang Tang
** Also affects: neutron-lbaas-dashboard 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/1603458 Title: Cannot Delete loadbalancers due to

[Yahoo-eng-team] [Bug 1610520] [NEW] nova api policy doesn't support floating ip actions rule

2016-08-06 Thread Yaguang Tang
Public bug reported: For Nova master branch , the floating ip policy have no rule for create,delete, show, associate,disassociate floating ip. therefore user can't manage those actions accurately. nova/nova/policies/floating_ips.py BASE_POLICY_NAME = 'os_compute_api:os-floating-ips'

[Yahoo-eng-team] [Bug 1610069] [NEW] there is no detach interface api policy in nova

2016-08-04 Thread Yaguang Tang
Public bug reported: no detach interface policy in nova api ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1610038] [NEW] neutron policy file missing load balance related rules

2016-08-04 Thread Yaguang Tang
Public bug reported: the following rules in horizon for loadbalance related rules are missing in neutron policy file. "create_pool": "rule:admin_or_owner", "update_pool": "rule:admin_or_owner", "delete_pool": "rule:admin_or_owner", "create_vip": "rule:admin_or_owner",

[Yahoo-eng-team] [Bug 1467589] Re: Remove Cinder V1 support

2015-12-30 Thread Yaguang Tang
at this fix https://review.openstack.org/#/c/261787/ ** Also affects: os-client-config Importance: Undecided Status: New ** Changed in: os-client-config Assignee: (unassigned) => Yaguang Tang (heut2008) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1529090] Re: nova-compute status is down when add computer service

2015-12-25 Thread Yaguang Tang
>From the log, it shows you compute node can't access to RabbitMQ with given credentials, please check and fix then restart nova-compute service. ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1484773] Re: log is too large, and not be compressed auto

2015-08-13 Thread Yaguang Tang
This is not a bug in Nova, you can use any log process tool such as logrotate to manage to log files. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1246708] Re: nova cannot create ephemeral instance on rbd

2014-11-20 Thread Yaguang Tang
*** This bug is a duplicate of bug 1362221 *** https://bugs.launchpad.net/bugs/1362221 This bug has been fixed in Juno and backported to stable/Icehouse commit 1613cd99345e51e314bf011f47654ed730138f64 Author: Roman Podoliaka rpodoly...@mirantis.com Date: Fri Aug 22 20:01:33 2014 +0300

[Yahoo-eng-team] [Bug 1370387] Re: Fail to fetch non-raw image on image_backend=RBD

2014-11-20 Thread Yaguang Tang
*** This bug is a duplicate of bug 1371040 *** https://bugs.launchpad.net/bugs/1371040 The glance traceback shows that it's a bug in glance_store. This is actually a duplicate of https://bugs.launchpad.net/glance/+bug/1371040. Please update your glance store to =0.1.9 which fixes this bug.

[Yahoo-eng-team] [Bug 1381768] Re: AttributeError: 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' with python-ldap 2.4

2014-10-21 Thread Yaguang Tang
** Also affects: keystone (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1381768 Title: AttributeError: 'module' object has no

[Yahoo-eng-team] [Bug 1297920] Re: Completely disabled availability zone cause horizon to trace at availability zones list

2014-10-20 Thread Yaguang Tang
** Changed in: horizon/icehouse Status: Fix Committed = Fix Released -- 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/1297920 Title: Completely disabled

[Yahoo-eng-team] [Bug 1381843] [NEW] keystone isn't compatible with python-ldap 2.4.* when enable paging

2014-10-15 Thread Yaguang Tang
Public bug reported: ubuntu 14.04 Icehouse ERROR keystone.common.wsgi [-] 'module' object has no attribute 'LDAP_CONTROL_PAGE_OID' TRACE keystone.common.wsgi Traceback (most recent call last): TRACE keystone.common.wsgi File /usr/lib/python2.7/dist-packages/keystone/common/wsgi.py,

[Yahoo-eng-team] [Bug 1379526] Re: Rebuild instance doesn't work when instance is stopped

2014-10-09 Thread Yaguang Tang
The rebuild functionality is designed for creating a instance in new compute node which is exactly the same as the one that in a node which compute service is down, vms can't be managed. so the new instance's state is the same with the one to be rebuild. so rebuild is just create a new

[Yahoo-eng-team] [Bug 1375606] [NEW] Floating ip doesn't get migrated when perform a nova evacuate using nova-network multi host mode

2014-09-30 Thread Yaguang Tang
Public bug reported: Using nova-network multi_host mode Icehouse version when evacuate an instance with floating ip , instance get rebuilded to another node, but floating ip doesn't updated to the new compute node. ** Affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1371040] [NEW] glance store rbd driver get method returns tupe more than basic driver defines

2014-09-18 Thread Yaguang Tang
Public bug reported: glance_store/_drivers/rbd.py def get(self, location, offset=0, chunk_size=None, context=None): 208 209 Takes a `glance_store.location.Location` object that indicates 210 where to find the image file, and returns a tuple of generator 211 (for

[Yahoo-eng-team] [Bug 1371045] [NEW] there is no sample configurations for glance_store

2014-09-18 Thread Yaguang Tang
Public bug reported: There are a lot of options are defined under glance_store section but no sample configurations in /etc/glance-api.conf.sample file. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1369466] [NEW] nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2014-09-15 Thread Yaguang Tang
Public bug reported: tested with nova trunk commit eb860c2f219b79e4f4c5984415ee433145197570 Configured Nova to use rbd disk backend nova.conf [libvirt] images_type=rbd instances booted successfully and instance disks are in rbd pools, when perform a nova resize to an existing instance,

[Yahoo-eng-team] [Bug 1369465] [NEW] nova resize doesn't resize(extend) rbd disk files when using rbd disk backend

2014-09-15 Thread Yaguang Tang
Public bug reported: tested with nova trunk commit eb860c2f219b79e4f4c5984415ee433145197570 Configured Nova to use rbd disk backend nova.conf [libvirt] images_type=rbd instances booted successfully and instance disks are in rbd pools, when perform a nova resize to an existing instance,

[Yahoo-eng-team] [Bug 1362129] [NEW] For rbd image backend, disk IO rate limiting isn't supported

2014-08-27 Thread Yaguang Tang
Public bug reported: when using rbd as disk backend. images_type=rbd in nova.conf disk IO tunning doesn't work as described https://wiki.openstack.org/wiki/InstanceResourceQuota ** Affects: nova Importance: Undecided Assignee: Yaguang Tang (heut2008) Status: New ** Tags

[Yahoo-eng-team] [Bug 1361030] Re: new dnsmasq requirement exceeds available version on ubuntu 12.04

2014-08-25 Thread Yaguang Tang
** Also affects: neutron (Ubuntu) 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/1361030 Title: new dnsmasq requirement exceeds available

[Yahoo-eng-team] [Bug 1359504] [NEW] encoding error when delete role with windows 2012 ad identity backend

2014-08-20 Thread Yaguang Tang
Public bug reported: yaguang@yaguang-ThinkPad-X230:~$ keystone --os-token beyond630 --os-endpoint http://localhost:35357/v2.0 role-delete 1c8551ebd5e341d7888fa2b31ce592eb An unexpected error prevented the server from fulfilling your request: 'utf8' codec can't decode byte 0xfb in position 2:

[Yahoo-eng-team] [Bug 1233188] Re: Cant create VM with rbd backend enabled

2014-08-15 Thread Yaguang Tang
** Changed in: cloud-archive Status: Triaged = 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/1233188 Title: Cant create VM with rbd backend enabled

[Yahoo-eng-team] [Bug 1350022] Re: novaclient passes wrong parameter when creating a flavor via v3 API

2014-07-30 Thread Yaguang Tang
** Project changed: nova = python-novaclient -- 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/1350022 Title: novaclient passes wrong parameter when creating a flavor via

[Yahoo-eng-team] [Bug 1336798] Re: Disk filter return false while instances booted from remote volumes

2014-07-02 Thread Yaguang Tang
by default, nova doesn't allow disk over commit, so your actual disk space is 50G in nova-compute node, you can't boot an instance with 100G root disk flavor. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1333557] [NEW] nova v2 'os-hosts' api doesn't support specify “service” as a query parameter

2014-06-24 Thread Yaguang Tang
Public bug reported: nova v2 'os-hosts' api doesn't support specify “service” as a query parameter which is supported in v3 api. ** Affects: nova Importance: Undecided Assignee: Yaguang Tang (heut2008) Status: New ** Changed in: nova Assignee: (unassigned) = Yaguang Tang

[Yahoo-eng-team] [Bug 1334075] [NEW] horizon doesn't support specify availability-zone when booting a instance

2014-06-24 Thread Yaguang Tang
Public bug reported: availability-zone can be specified when using python-novaclient, it would be better to support it through horizon UI when booting an instance. ** Affects: horizon Importance: Undecided Status: New ** Description changed: - availability-zone can be specified

[Yahoo-eng-team] [Bug 1329599] [NEW] novaclient has incorrect description of vlan option for creating network with an associated vlan

2014-06-12 Thread Yaguang Tang
an vlan_start parameter . ** Affects: python-novaclient Importance: Undecided Assignee: Yaguang Tang (heut2008) Status: New ** Project changed: nova = python-novaclient ** Changed in: python-novaclient Assignee: (unassigned) = Yaguang Tang (heut2008) -- You received this bug

[Yahoo-eng-team] [Bug 1308377] Re: nova doesn't support resize operation when booting from rbd backend

2014-04-19 Thread Yaguang Tang
** Changed in: nova Status: Invalid = New -- 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/1308377 Title: nova doesn't support resize operation when booting from

[Yahoo-eng-team] [Bug 1309379] Re: can not connect to the database

2014-04-19 Thread Yaguang Tang
** Changed in: nova Status: New = Invalid -- 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/1309379 Title: can not connect to the database Status in OpenStack

[Yahoo-eng-team] [Bug 1308377] [NEW] nova doesn't support resize operation when booting from rbd backend

2014-04-16 Thread Yaguang Tang
Importance: Undecided Assignee: Yaguang Tang (heut2008) Status: New -- 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/1308377 Title: nova doesn't support resize

[Yahoo-eng-team] [Bug 1294541] [NEW] shared firewall policies can't be displayed in horizon

2014-03-19 Thread Yaguang Tang
Public bug reported: tenant A create a shared firewall policy can't be seen by tenant B in horizon but is listed when using python-neutronclient. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1178745] Re: Inconsistent connectivity between instances with floating IPs

2014-02-18 Thread Yaguang Tang
** Also affects: ubuntu Importance: Undecided Status: New ** No longer affects: ubuntu ** Also affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1178745] Re: Inconsistent connectivity between instances with floating IPs

2014-02-18 Thread Yaguang Tang
** Also affects: cloud-archive Importance: Undecided Status: New -- 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/1178745 Title: Inconsistent connectivity

[Yahoo-eng-team] [Bug 1273622] [NEW] stevedore 0.14.1 brokes Havana stable gate tests

2014-01-28 Thread Yaguang Tang
:01.013 | FAIL: nova.tests.test_hooks.HookTestCaseWithFunction.test_order_of_execution 2014-01-28 05:25:01.013 | tags: worker-0 details http://logs.openstack.org/24/61924/1/gate/gate-nova- python26/2a687f6/console.html ** Affects: nova Importance: Undecided Assignee: Yaguang Tang (heut2008

[Yahoo-eng-team] [Bug 1263628] [NEW] retrieve network related quota usage info from neutron instead of nova db

2013-12-23 Thread Yaguang Tang
Importance: Undecided Assignee: Yaguang Tang (heut2008) Status: New ** Changed in: nova Assignee: (unassigned) = Yaguang Tang (heut2008) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova

[Yahoo-eng-team] [Bug 1248859] Re: Security groups don't work with LibvirtGenericVIFDriver driver

2013-11-13 Thread Yaguang Tang
you need to config firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver, unfortunately a default devstack install now config it as firewall_driver=nova.virt.firewall.NoopFirewallDriver when using Neutron. so this may be a devstack bug. ** Changed in: nova Status: New =

[Yahoo-eng-team] [Bug 1223153] Re: remove deprecated network api

2013-09-09 Thread Yaguang Tang
** Changed in: nova Status: New = Invalid ** Changed in: nova Assignee: Yaguang Tang (heut2008) = (unassigned) -- 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

[Yahoo-eng-team] [Bug 1206652] Re: Nova pause/unpause is not supported by vmware api

2013-07-31 Thread Yaguang Tang
this is expected, VMware API doesn't support pause operation officially. so we can't expose this to OpenStack. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1178791] Re: Nova compute backtraces with nova KeyError: 1 when using VMwareVCDriver

2013-05-15 Thread Yaguang Tang
the instance from the DB but leave the running instances on the HV and there is no record of the instance from nova going forward. Change-Id I1b839bf791b402b933354d9c17c5713fde21ab09 included the update instance network info cache to include vif_type . Hopefully Yaguang Tang can take a look

[Yahoo-eng-team] [Bug 1178569] Re: VMware Hyper instance migration can't works with logical error

2013-05-12 Thread Yaguang Tang
** Changed in: nova Assignee: Yaguang Tang (heut2008) = (unassigned) ** Changed in: nova Status: New = Invalid ** Description changed: - the current code for instance migration(resize) is trying to get a dest - host_ref from source Hyerv connection session. + need more testing

[Yahoo-eng-team] [Bug 1153698] Re: nova service crash with error Table 'nova.services' doesn't exist

2013-03-12 Thread Yaguang Tang
** Changed in: nova Status: New = Invalid -- 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/1153698 Title: nova service crash with error Table 'nova.services'

[Yahoo-eng-team] [Bug 1151843] Re: can't delete a network

2013-03-12 Thread Yaguang Tang
** Changed in: nova Status: New = Invalid -- 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/1151843 Title: can't delete a network Status in OpenStack Compute