[Yahoo-eng-team] [Bug 1818383] Re: neutron not allowing access to external network

2019-03-04 Thread Manjeet Singh Bhatia
I think you're missing an iptable masquerade rule ? ** 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/1818383 Title: neutron not allowi

[Yahoo-eng-team] [Bug 1817238] Re: Failed to replace security group tags

2019-02-25 Thread Manjeet Singh Bhatia
curl -g -i -X PUT $url/v2.0/security-groups/0c77e37f-3297-44a1-b90a-42d1ea763a6a/tags -H "Content-Type: application/json" -H "User-Agent: openstacksdk/0.24.0 keystoneauth1/3.11.2 python-requests/2.21.0 CPython/2.7.12" -H "X-Auth-Token: $TOKEN" -d '{"tags": ["blue", "red"]}' HTTP/1.1 200 OK Cont

[Yahoo-eng-team] [Bug 1797663] [NEW] refactor def _get_dvr_sync_data from neutron/db/l3_dvr_db.py

2018-10-12 Thread Manjeet Singh Bhatia
Public bug reported: The function def _get_dvr_sync_data in neutron/db/l3_dvr_db.py is fetching and processing routers data and since its called upon for each dvr ha router type on update, its becomes very hard to pin point issues in such a massive method, so I propose breaking it into two methods

[Yahoo-eng-team] [Bug 1782001] Re: Install and configure for Ubuntu in Neutron

2018-07-16 Thread Manjeet Singh Bhatia
seems like brian and I commented at same time :) thanks brian for confirmation. ** 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/1

[Yahoo-eng-team] [Bug 1782001] Re: Install and configure for Ubuntu in Neutron

2018-07-16 Thread Manjeet Singh Bhatia
can you point to specific sections in those docs you're talking about ? ** Changed in: neutron Status: Invalid => Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1782001

[Yahoo-eng-team] [Bug 1778118] [NEW] missing transaction in driver_controller.py for l3 flavors

2018-06-21 Thread Manjeet Singh Bhatia
github.com/openstack/neutron/blob/master/neutron/services/l3_router/service_providers/driver_controller.py#L160 need to be in under transaction. ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: In Progress -- You receive

[Yahoo-eng-team] [Bug 1769751] [NEW] flavor data ignored by router tests

2018-05-07 Thread Manjeet Singh Bhatia
=flavor_id) as router: some code it will discard the flavor, request will either fallback to driver in neutron or emits error response saying Flavor None not found. ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: In Progress

[Yahoo-eng-team] [Bug 1747747] [NEW] Making Payload consistent for all the operations of an object

2018-02-06 Thread Manjeet Singh Bhatia
Public bug reported: I observed while implementing L3 flavor driver for OpenDaylight, the payload sent to all the callbacks in a driver is not consistent, which in some cases is an oslo versioned object and sometimes a dictionary, due to this driver always have to do tweaks and hacks for driver an

[Yahoo-eng-team] [Bug 1742802] [NEW] add notification for floatingip delete event

2018-01-11 Thread Manjeet Singh Bhatia
event. ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/17

[Yahoo-eng-team] [Bug 1737266] [NEW] Feature fetch return key Error

2017-12-08 Thread Manjeet Singh Bhatia
Public bug reported: networkin-odl has implemented the feature fetch and since the path and key mappings are hard coded, can't be reused without formatting data, it looks for features key the response from neutron northbound, and if someone will try to fetch any other feature like qos rules etc

[Yahoo-eng-team] [Bug 1711165] Re: Error during full sync with QoS

2017-08-29 Thread Manjeet Singh Bhatia
** Changed in: networking-odl Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1711165 Title: Error during full sync with QoS Status in networking-odl:

[Yahoo-eng-team] [Bug 1698804] Re: Update to existing neutron network results in un-usable network

2017-06-27 Thread Manjeet Singh Bhatia
** Changed in: networking-odl Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1698804 Title: Update to existing neutron network results in un-usab

[Yahoo-eng-team] [Bug 1698804] Re: Update to existing neutron network results in un-usable network

2017-06-20 Thread Manjeet Singh Bhatia
** Also affects: neutron 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/1698804 Title: Update to existing neutron network results in un-usable

[Yahoo-eng-team] [Bug 1675135] [NEW] network update is sending stale data in context to mechanism driver

2017-03-22 Thread Manjeet Singh Bhatia
Public bug reported: when qos_policy is detached from network, the context still sends the stale network data to mechanism_driver which is resulting in policy not being getting dettached from network on the backend side ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh

[Yahoo-eng-team] [Bug 1674443] [NEW] gate-grenade-dsvm-neutron-linuxbridge-multinode fails on smoke test sometimes

2017-03-20 Thread Manjeet Singh Bhatia
Public bug reported: failure rate for gate-grenade-dsvm-neutron-linuxbridge-multinode is increasing, from logs It looks like it fails mostly on executing smoke tests, there could be range of reasons for it failing, corrupted data plane, timeout for instance build etc. one of my observation is it f

[Yahoo-eng-team] [Bug 1672921] [NEW] Functional gate job seems broken

2017-03-14 Thread Manjeet Singh Bhatia
Public bug reported: gate-neutron-dsvm-functional-ubuntu-xenial seems to be failing even though tests are being passed. 1. http://logs.openstack.org/53/319353/3/check/gate-neutron-dsvm-functional-ubuntu-xenial/b36e01e/ 2. http://logs.openstack.org/25/338625/33/check/gate-neutron-dsvm-functional

[Yahoo-eng-team] [Bug 1658806] Re: Broken grenade jobs

2017-01-24 Thread Manjeet Singh Bhatia
since https://review.openstack.org/#/c/424323/ is released we can mark it fixed, as I don't see the failure anymore ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to ne

[Yahoo-eng-team] [Bug 1658806] [NEW] Broken grenade jobs

2017-01-23 Thread Manjeet Singh Bhatia
Public bug reported: grenade job are broken, which i believe because of packaging lib version mismatch from the logs here is trace 2017-01-23 19:43:38.572 | Traceback (most recent call last): 2017-01-23 19:43:38.572 | File "", line 1, in 2017-01-23 19:43:38.572 | File "/tmp/pi

[Yahoo-eng-team] [Bug 1627749] Re: qos driver api can have better error handling

2017-01-17 Thread Manjeet Singh Bhatia
For networking-odl we have change documentation to configure driver properly, ** Also affects: networking-odl 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.launch

[Yahoo-eng-team] [Bug 1653780] [NEW] Cyclic import issue with use of common_types

2017-01-03 Thread Manjeet Singh Bhatia
Public bug reported: We have defined some custom types in neutron/object/common_types to better control and validate the input, but use of common_types in objects/quota.py will lead to cyclic import like this neutron.api.v2.base -> neutron.quota -> neutron.db.quota.api -> neutron.objects.quota ->

[Yahoo-eng-team] [Bug 1597913] Re: refactor model definitions

2016-10-10 Thread Manjeet Singh Bhatia
** Changed in: neutron Status: In Progress => Fix Released ** Changed in: neutron Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1597913

[Yahoo-eng-team] [Bug 1616253] Re: QoS api need to reformat qos_policy_data

2016-08-24 Thread Manjeet Singh Bhatia
I had this ticket to have a discussion with qos folks to consider reformating the data qos extension pass to notification drivers. this ticket can be closed or marked duplicated as similar issue is reported here https://bugs.launchpad.net/neutron/+bug/1614728 ** Changed in: neutron Statu

[Yahoo-eng-team] [Bug 1616253] [NEW] QoS api need to reformat qos_policy_data

2016-08-23 Thread Manjeet Singh Bhatia
Public bug reported: neutron api pass qos data to notification, which is qos_policy object qos_policy like QosPolicy(description='',id=58c5f284-bc0d-420d-9aac- 69b3e7cc6e0c,name='testpolicy-0',rules=[QosRule(403c3298-d51a- 41d3-99f2-bd5cbc698448),QosRule(5c157ba8-0168-4ca9-abbf- 93a0e7483f48)],s

[Yahoo-eng-team] [Bug 1597913] [NEW] refactor model definitions

2016-06-30 Thread Manjeet Singh Bhatia
Public bug reported: with Oslo versioned object integration there might be lot of re factors required to avoid cyclic imports. which make it must for every resource to move model definition out of file which has Dbmixins in that. Instead of just creating a separate folder for defining model of ea

[Yahoo-eng-team] [Bug 1597552] [NEW] neutron quota-update returns a list

2016-06-29 Thread Manjeet Singh Bhatia
Public bug reported: When i do neutron quota-list it returns nothing and neutron quota-update just returns the list of quota instead showing the option for updating actual neutron resource quotas. http://paste.openstack.org/show/524140/ ** Affects: python-neutronclient Importance: Undec

[Yahoo-eng-team] [Bug 1569107] [NEW] tests should be enforced for new alembic scripts

2016-04-11 Thread Manjeet Singh Bhatia
Public bug reported: As new framework for adding data migration testing is added in neutron that does shcema changes should be enforced to write revision test. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1568202] [NEW] linux bridge agent gets out of sync with plugin

2016-04-08 Thread Manjeet Singh Bhatia
Public bug reported: I am using ml2 plugin with linux bridge which 3 control 3 network and 51 compute nodes. while spinning 500 to 1000 vms sometimes the success rate of getting vms active is 60% 2 out of 6 time 500 or 1000 vms were getting active when being spun. logs here http://paste.openst

[Yahoo-eng-team] [Bug 1565105] Re: while spining vms on large scale some vms get multiple ips and multiple ports get created

2016-04-01 Thread Manjeet Singh Bhatia
** Also affects: neutron 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/1565105 Title: while spining vms on large scale some vms get multiple

[Yahoo-eng-team] [Bug 1564120] [NEW] horizon gave up when i spun 1000 vms

2016-03-30 Thread Manjeet Singh Bhatia
Public bug reported: when i spun 1000 vms horizon showed me error and gave up and not accessible but when i checked through cli all vm's were active. I have 3 node control 3 network and 54 computes . every component extracted from master branch attached logs http://paste.openstack.org/show/4

[Yahoo-eng-team] [Bug 1503595] Re: Firewall remain in active state even after deleting router associated with firewall

2016-03-08 Thread Manjeet Singh Bhatia
i don't see this issue with devstack single node its updating status properly. I think its resolved I wanted to mark this invalid but seems like only supervisor can do that. either you need to provide more info which branch, how many nodes are you using. or that is fixed or invalid ** Changed in

[Yahoo-eng-team] [Bug 1519915] Re: Releasenotes wrongly written

2016-03-07 Thread Manjeet Singh Bhatia
** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1519915 Title: Releasenotes wrongly written Status in neutron: Fix Rel

[Yahoo-eng-team] [Bug 1551907] Re: Add API extension for reporting IP availability usage statistics

2016-03-02 Thread Manjeet Singh Bhatia
** Also affects: horizon 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/1551907 Title: Add API extension for reporting IP availability usa

[Yahoo-eng-team] [Bug 1538369] [NEW] re factor add_router_interface in l3_dvr_db.py

2016-01-26 Thread Manjeet Singh Bhatia
Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: New ** Changed in: neutron Assignee: (unassigned) => Manjeet Singh Bhatia (manjeet-s-bhatia) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscri

[Yahoo-eng-team] [Bug 1522903] [NEW] neutron.conf is going in wrong directory

2015-12-04 Thread Manjeet Singh Bhatia
Public bug reported: There was patch to autogenerate core configuration I think neutron.conf which devstack expects in etc/neutron/neutron.conf is actually created in etc/oslo-config-generator/neutron.conf either that has to corrected on devstack or neutron. My devstack ends up in error 2015-

[Yahoo-eng-team] [Bug 1522494] [NEW] neutron tests are messed up

2015-12-03 Thread Manjeet Singh Bhatia
Public bug reported: Today i was resolving merge conflict for a patch and found tox test are breaking kind of failure I am seeing http://paste.openstack.org/show/480793/ ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1521423] [NEW] is-public = true should be removed from manual seems

2015-11-30 Thread Manjeet Singh Bhatia
Public bug reported: when i tried creating image using --is-public True I gave me following message unrecognized arguments: --is-public True ubuntu-14.04-server-cloudimg- amd64-disk1.img It should be removed from manuals http://docs.openstack.org/cli- reference/content/glanceclient_commands.ht

[Yahoo-eng-team] [Bug 1521422] [NEW] glance image-create should not work without parameters

2015-11-30 Thread Manjeet Singh Bhatia
Public bug reported: when i do glance image-create it creates the empty image and shows a image without name on image-list It should not be created without specifying parameters like container and image path or is it like you can create empty one and later update it ? ** Affects: glance

[Yahoo-eng-team] [Bug 1518443] [NEW] full stack test_ha_router failing

2015-11-20 Thread Manjeet Singh Bhatia
Public bug reported: For some reason test_ha_router is not able to schedule router to both nodes. neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_ha_router is failing on gate as well as locally I tried tox -e dsvm-fullstack neutron.tests.fullstack.test_l3_agent.TestHAL3Agent.test_ha_r

[Yahoo-eng-team] [Bug 1516296] [NEW] Use constants for protocol values in tests in load balancer comonents

2015-11-14 Thread Manjeet Singh Bhatia
all the test were breaking. The changes will be easy if we use already defined constants. ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: New ** Tags: lbaas ** Changed in: neutron Assignee: (unassigned) => Manjeet Si

[Yahoo-eng-team] [Bug 1516064] [NEW] Correct the example in readme.md for neutron-lbaas/devstack

2015-11-13 Thread Manjeet Singh Bhatia
,o-hm,o-api thats confusing for operators. that should be changed. ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: New ** Tags: lbaas ** Changed in: neutron Assignee: (unassigned) => Manjeet Singh Bhatia (manjee

[Yahoo-eng-team] [Bug 1515345] [NEW] pep8-gate is broken

2015-11-11 Thread Manjeet Singh Bhatia
Public bug reported: I checked some pacthes and found pep8 gate is broken. saying maximum depth for recursion exceed check http://logs.openstack.org/01/244201/1/check/gate-neutron-lbaas-pep8/e4bdb39/console.html#_2015-11-11_17_35_49_227 and http://logs.openstack.org/80/244180/1/check/gate-neut

[Yahoo-eng-team] [Bug 1508687] [NEW] lbaasv2- Only uppercase string for protocol are accepted while creating listener

2015-10-21 Thread Manjeet Singh Bhatia
Public bug reported: while creating listener only upper case protocol value is accepted where as in neutron securitygroups both uppercase and lower case strings for protocol are accepted. try neutron lbaas-listener-create --loadbalancer --protocol http --protocol-port 80 You will see excepti

[Yahoo-eng-team] [Bug 1508688] [NEW] lbaasv2- Only uppercase string for protocol are accepted while creating listener

2015-10-21 Thread Manjeet Singh Bhatia
Public bug reported: while creating listener only upper case protocol value is accepted where as in neutron securitygroups both uppercase and lower case strings for protocol are accepted. try neutron lbaas-listener-create --loadbalancer --protocol http --protocol-port 80 You will see excepti

[Yahoo-eng-team] [Bug 1507055] Re: LBaaS 2.0: Listener create with no tenant id test issue

2015-10-21 Thread Manjeet Singh Bhatia
seems like this bug has been fixed not able to reproduce it ** Changed in: neutron Status: Confirmed => 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/1507055 Title: LBa

[Yahoo-eng-team] [Bug 1508106] [NEW] For wrong ethertype exception message is hard coded

2015-10-20 Thread Manjeet Singh Bhatia
rtype ip --protocol icmp it will print Invalid input for ethertype. Reason: 'None' is not in ['IPv4', 'IPv6']. but actually it should be Invalid input for ethertype. Reason: 'ip' is not in ['IPv4', 'IPv6']. ** Affects: neutron Im

[Yahoo-eng-team] [Bug 1505833] [NEW] when you use icpmv6 as protocol it should use IPV6 ethertype by default but it shows IPV4

2015-10-13 Thread Manjeet Singh Bhatia
dashboard check the rule you added you will see ethertype ipv4 which should be IPv6 ** Affects: neutron Importance: Undecided Assignee: Manjeet Singh Bhatia (manjeet-s-bhatia) Status: New ** Changed in: neutron Assignee: (unassigned) => Manjeet Singh Bhatia (manjee

[Yahoo-eng-team] [Bug 1505832] [NEW] when you use icpmv6 as protocol it should use IPV6 ethertype by default but it shows IPV4

2015-10-13 Thread Manjeet Singh Bhatia
Public bug reported: While creating security group if you use protocol icmpv6 without specifying ethertype by default it should be IPV6 but it shows IPv4 steps tp produce create a security group: neutron security-group-rule-create --protocol ICMPv6 2cc9d82e-b5f0-454f-964d-848f17c03819 in

[Yahoo-eng-team] [Bug 1505786] [NEW] As neutron accepts icpmv6 but on api its not documented in accepted values for api call in security group create

2015-10-13 Thread Manjeet Singh Bhatia
Public bug reported: http://developer.openstack.org/api-ref-networking-v2-ext.html In security group create icmpv6 is missing and and pools does not show Terminated_HTTPS and expected values. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notific