← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1423073] Re: Neutron Router Not passing multile arguments when adding multiple interface to the router in a single command

 

Assigning to myself, and verifying if it is actually required or not.
But this issue is more of a NeutronClient issue, than being a Neutron issue

** Changed in: neutron
     Assignee: Kannan Raman (rkannan-x) => Reedip (reedip-banerjee)

** Project changed: neutron => python-neutronclient

** Changed in: python-neutronclient
       Status: Incomplete => 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/1423073

Title:
  Neutron Router Not passing multile arguments when  adding multiple
  interface to the  router in a single command

Status in python-neutronclient:
  New

Bug description:
  Neutron Router Not passing multiple arguments(multiple interface) at
  the same time

  Let me explain my set up

  One router with multiple interface set up
  My point is creating multiple interface adding (passing) into router at the same time

  The command is taking but result is not coming

  steps reproduce:

  Step 1:
  [root@]# neutron router-create testrouter

  Step 2:
  [root@]# neutron net-create testnet

  Step 2:
  [root@]# neutron subnet-create --name testsubnet testnet 10.0.0.0/8

  Step 4:
  [root@]# neutron subnet-create --ip_version 6 --name testsubnet6 testnet6 11::/64

  Step 5:
  [root@]# neutron router-interface-add testrouter testsubnet testsubnet6
  Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.

  Problem :
  Here IPv4 interface only added
  IPv6 interface omitted

  <=====>
  Actual Result:
  [root@]# neutron router-interface-add  testrouter  testsubnet  testsubnet6
  Added interface 5cbb968c-45d1-42f0-9a77-bb28140b1880 to router testrouter.
  Added interface 306df765-659f-4e2f-ac7f-49c6afdfd223 to router testrouter.

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


References