[Yahoo-eng-team] [Bug 1683832] [NEW] [neutron lbaasv2] session_perssion is updated successfully even if key do not exists

2017-04-18 Thread QingchuanHao
Public bug reported:

I can update session_persistence of pool as such:
neutron lbaas-pool-update ecfe0df2-a64d-4c3c-b5a0-d7255d410473 
--session_persistence type=dict type=HTTP_COOKIE,kidding_me=yes

which should raise an exception like this:
Invalid input for session_persistence . Reason: Invalid data format for session 
persistence:  'type=HTTP_COOKIE,kidding_me=yes'.

** Affects: neutron
 Importance: Undecided
 Assignee: QingchuanHao (haoqingchuan-28)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => QingchuanHao (haoqingchuan-28)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1683832

Title:
  [neutron lbaasv2] session_perssion is updated successfully even if key
  do not exists

Status in neutron:
  New

Bug description:
  I can update session_persistence of pool as such:
  neutron lbaas-pool-update ecfe0df2-a64d-4c3c-b5a0-d7255d410473 
--session_persistence type=dict type=HTTP_COOKIE,kidding_me=yes

  which should raise an exception like this:
  Invalid input for session_persistence . Reason: Invalid data format for 
session persistence:  'type=HTTP_COOKIE,kidding_me=yes'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1683832/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1683824] [NEW] [neutron lbaasv2] ip and subnet is dismatched when creating pool-member

2017-04-18 Thread QingchuanHao
Public bug reported:

when creating a pool-member, neutron lbaasv2 do not verify whether IP is
valid on the subnet.

** Affects: neutron
 Importance: Undecided
 Assignee: QingchuanHao (haoqingchuan-28)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => QingchuanHao (haoqingchuan-28)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1683824

Title:
  [neutron lbaasv2] ip and subnet is dismatched when creating pool-
  member

Status in neutron:
  New

Bug description:
  when creating a pool-member, neutron lbaasv2 do not verify whether IP
  is valid on the subnet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1683824/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1566383] [NEW] The creation fip does not endure restarting of l3-agent

2016-04-05 Thread QingchuanHao
Public bug reported:

when creating the first floating ip of a router, the veth-pair(fpr and
rfp) will be created. But if I3-agent is restarted accidentally before
assigning locally allocated ip for the fpr or rfp, gateway will not be
added successfully with and error raised

** Affects: neutron
 Importance: Undecided
 Assignee: QingchuanHao (haoqingchuan-28)
 Status: New

** Changed in: neutron
 Assignee: (unassigned) => QingchuanHao (haoqingchuan-28)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1566383

Title:
  The creation fip does not endure restarting of l3-agent

Status in neutron:
  New

Bug description:
  when creating the first floating ip of a router, the veth-pair(fpr and
  rfp) will be created. But if I3-agent is restarted accidentally before
  assigning locally allocated ip for the fpr or rfp, gateway will not be
  added successfully with and error raised

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1566383/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528267] Re: There is an error "NoSuchMethod: Endpoint does not support RPC method add_shard_cluster" when add a shard to mongodb cluster

2015-12-22 Thread QingchuanHao
"Endpoint does not support RPC method add_shard_cluster" means the rpc
server can not handle such a method as add_shard_cluster.  Please make
sure if the trove should support add_shard_cluster.

** Changed in: oslo.messaging
   Status: New => Invalid

-- 
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/1528267

Title:
  There is an error "NoSuchMethod: Endpoint does not support RPC method
  add_shard_cluster" when add a shard to mongodb cluster

Status in OpenStack Identity (keystone):
  Invalid
Status in oslo.messaging:
  Invalid

Bug description:
  When i add a shard to mongodb cluster. The trove-taskmanager has an error.
  The error message is as follow.
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher [-] 
Exception during message handling: Endpoint does not support RPC method 
add_shard_cluster
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher Traceback 
(most recent call last):
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 142, 
in _dispatch_and_reply
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher 
executor_callback))
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher   File 
"/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 193, 
in _dispatch
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher raise 
NoSuchMethod(method)
  2015-12-21 23:44:33.225 16857 ERROR oslo_messaging.rpc.dispatcher 
NoSuchMethod: Endpoint does not support RPC method add_shard_cluster

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1528267/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp