[Yahoo-eng-team] [Bug 1606822] [NEW] can not update lbaas pool name

2016-07-27 Thread li,chen
Public bug reported: Steps to reproduce: 1. Create a lb 2. Create a pool: neutron lbaas-pool-create --name pool1 --lb-algorithm ROUND_ROBIN --protocol TCP --loadbalancer lb1 3. Update pool name: neutron lbaas-pool-update --name pool2 pool1 Expected: pool name been updated Actual result:

[Yahoo-eng-team] [Bug 1498348] Re: lbaas:Error message appears when updating backend member from one pool to another pool.

2015-12-13 Thread li,chen
This bug do not exist on master code. ** Changed in: neutron Status: Confirmed => Invalid ** Changed in: neutron Status: Invalid => New ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1498314] Re: lbaas healthmonitor is associated to pool from dashboard even there is no healthmonitor associated.

2015-12-13 Thread li,chen
This bug should been fixed by https://review.openstack.org/#/c/179895/ ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498314

[Yahoo-eng-team] [Bug 1267724] Re: How to enable gre/vxlan/vlan/flat network at one cloud at the same time ?

2014-06-05 Thread li,chen
** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1267724 Title: How to enable gre/vxlan/vlan/flat network at one cloud at the same

[Yahoo-eng-team] [Bug 1288506] Re: issue when I using PKI for token format

2014-03-10 Thread li,chen
Yes, after run keystone-manage pki_setup` and change the correct directory in [signing] , the issue is gone. ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1289078] [NEW] can't not use file-based backend for catalog

2014-03-06 Thread li,chen
Public bug reported: Hi list, I’m working under CentOS 6.4 + Havana. I want to use the file based back-end for keystone catalog. But, after I configured that, when I run command “keystone service list” and “keystone endpoint-list”, I get nothing. Anyone know why this happened ??? If I’m

[Yahoo-eng-team] [Bug 1288508] Re: issue when I using pki as the token provider

2014-03-06 Thread li,chen
Wrong configurations for provider = keystone.token.providers.pki. It should be provider = keystone.token.providers.pki.Provider ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1289082] [NEW] neutron not schedule the network to DHCP agent

2014-03-06 Thread li,chen
Public bug reported: Hi list, I’m working on CentOS 6.4 + Havana. When I create a new network, I get error message in /var/log/neutron/server.log: Run command: neutron net-create test-network03 Output in /var/log/neutron/server.log: 2014-03-06 13:28:37.078 21277 ERROR

[Yahoo-eng-team] [Bug 1288506] [NEW] issue when I using PKI for token format

2014-03-05 Thread li,chen
Public bug reported: Hi, I'm working under CentOS 6.4 + Havana, my keystone version is: openstack-keystone.noarch 2013.2.2-1.el6 @openstack-havana When I run command keystone user-list, I get error: Authorization Failed: Unable to sign token. (HTTP

[Yahoo-eng-team] [Bug 1288508] [NEW] issue when I using pki as the token provider

2014-03-05 Thread li,chen
Public bug reported: Hi, I'm working under CentOS + Havana. When I start keystone, I get error in both keystone.log and keystone-startup.log: 2014-03-06 09:38:18.214 20199 INFO keystone.common.environment [-] Environment configured as: eventlet 2014-03-06 09:38:18.413 20199

[Yahoo-eng-team] [Bug 1265441] [NEW] dhcp agent issue when working with ovs vxlan

2014-01-01 Thread li,chen
Public bug reported: Hi list, I'm working under CentOS 6.4 + Havana. I'm trying to enable vxlan. I successfully started an instance, but the instance cant' get IP address from DHCP agent. I get an error message in dhcp.log: 2014-01-02 14:38:33.150 17728 DEBUG neutron.agent.linux.utils [-]

[Yahoo-eng-team] [Bug 1249194] Re: nova add-fixed-ip not work

2013-12-29 Thread li,chen
i have asked this question on mail list, but still no one answers me ** 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).

[Yahoo-eng-team] [Bug 1264932] [NEW] can't get IP when I working with ml2 + GRE

2013-12-29 Thread li,chen
Public bug reported: Hi list, I'm working udner CentOS 6.4 + Havava. I have three nodes working: server node: running neutron-server network node: running neutron-openvswitch-agent and neutron-dhcp-agent compute node:running neutron-openvswitch-agent I created a gre network and

[Yahoo-eng-team] [Bug 1264464] [NEW] issue after enable ml2 for neutron

2013-12-27 Thread li,chen
Public bug reported: Hi list, Everything works fine when I'm working under plugin openvswitch. While, after I enable ml2. I met some issues: 1.After I start neutron-server, I get message in neutron-server, it complains about can't create table 'ovs_ml2.networkdhcpagentbindings : 2013-12-27

[Yahoo-eng-team] [Bug 1264482] [NEW] can't create network after enable ml2

2013-12-27 Thread li,chen
Public bug reported: Hi list, When I run command : neutron net-create vxlan-1, I get error in neutron-server: 2013-12-27 09:55:37.493 32679 DEBUG qpid.messaging.io.ops [-] SENT[503df80]: SessionCommandPoint(command_id=serial(0), command_offset=0) write_op

[Yahoo-eng-team] [Bug 1263637] Re: can't enable ml2

2013-12-24 Thread li,chen
Yes, looks like stevedore version is the issue. Can I ask a little more about what is stevedore used for ?? Thanks. -chen ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1263637] [NEW] can't enable ml2

2013-12-23 Thread li,chen
Public bug reported: Hi list, I'm working under CentOS 6.4 + Havana: openstack-neutron.noarch 2013.2.1-1.el6 @openstack-havana openstack-neutron-linuxbridge.noarch 2013.2.1-1.el6 @openstack-havana

[Yahoo-eng-team] [Bug 1258421] Re: NotRegistered: Dashboard with slug router is not registered.

2013-12-08 Thread li,chen
** Changed in: horizon Status: Incomplete = Invalid -- 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/1258421 Title: NotRegistered: Dashboard with slug router

[Yahoo-eng-team] [Bug 1258421] [NEW] NotRegistered: Dashboard with slug router is not registered.

2013-12-05 Thread li,chen
Public bug reported: I'm working under CentOS 6.4 + Openstack - Havana, everything works fine except Horizon. I get error in /var/log/httpd/error_log: [Fri Dec 06 01:27:42 2013] [error] REQ: curl -i -X GET http://192.168.11.11:35357/v2.0/tenants -H User-Agent: python-keystoneclient -H

[Yahoo-eng-team] [Bug 1249196] Re: nova list lost network information after run nova interface-attach

2013-11-25 Thread li,chen
duplicated bug for https://bugs.launchpad.net/nova/+bug/1223859. Already fixed. Thanks. -chen ** Changed in: nova Status: In Progress = Invalid ** Changed in: nova Assignee: li,chen (chen-li) = (unassigned) -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1220505] Re: IP will be allocated automate even it is a floating IP

2013-09-04 Thread li,chen
** Changed in: neutron Status: Invalid = 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/1220505 Title: IP will be allocated automate even it is a floating IP Status in

[Yahoo-eng-team] [Bug 1211224] Re: nova volume-attach failed with error info libvirtError: internal error unable to execute QEMU command '__com.redhat_drive_add': Device 'drive-virtio-disk3' could not

2013-08-15 Thread li,chen
http://waipeng.wordpress.com/2013/05/20/centos-openstack-cinder-ceph/ ** 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 1192873] Re: wrong password set in api-paste.ini, but still pass the auth

2013-06-22 Thread li,chen
Looks like it is designed by keystone PKI mode. More information is here: http://blog.chmouel.com/2013/05/02/keystone-pki-tokens-overview/ ** 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 1186112] Re: keystone never delete expires token in database

2013-05-30 Thread li,chen
** Changed in: keystone Status: New = Invalid ** Converted to question: https://answers.launchpad.net/keystone/+question/229964 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1068048] Re: nova live-migration with ceph backend attempts to detach vda

2013-03-22 Thread li,chen
my error is due to missing configuration about libvirt. ** Changed in: nova Status: Confirmed = 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/1068048

[Yahoo-eng-team] [Bug 1068048] Re: nova live-migration with ceph backend attempts to detach vda

2013-03-20 Thread li,chen
I have met the same error. and I try directly run libvirt command : virsh migrate --live instance-0782 qemu+ssh://root@compute-node-2/system --verbose It works fine. ** Changed in: nova Status: Invalid = Confirmed -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 955191] Re: Wrong UUIDs accepted and reflected in db during cli cmd exectution

2013-02-01 Thread li,chen
I have tried this at the newest code, this bug is not exist any more. ** Changed in: keystone Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.