← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1606822] Re: can not update lbaas pool name

 

** Tags added: lbaas

** Project changed: neutron => python-neutronclient

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

Title:
  can not update lbaas pool name

Status in python-neutronclient:
  New

Bug description:
  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:

  usage: neutron lbaas-pool-update [-h] [--request-format {json}]
                                   [--admin-state-up {True,False}]
                                   [--session-persistence type=TYPE[,cookie_name=COOKIE_NAME]]
                                   [--description DESCRIPTION] [--name NAME]
                                   --lb-algorithm
                                   {ROUND_ROBIN,LEAST_CONNECTIONS,SOURCE_IP}
                                   POOL
  neutron lbaas-pool-update: error: argument --lb-algorithm is required
  Try 'neutron help lbaas-pool-update' for more information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1606822/+subscriptions


References