[Yahoo-eng-team] [Bug 1727328] [NEW] Inspite of "Listener protocol HTTPS and pool protocol HTTP are not compatible" pool entry is getting added to neutron db

2017-10-25 Thread Puneet Arora
Public bug reported: I created lbaas-listener using HTTPS protocol and lbaas-pool using HTTP. I got exception "Listener protocol HTTPS and pool protocol HTTP are not compatible" which is acceptable. But after this when I check neutron lbaas-pool-list , it shows pool being added. So exception came

[Yahoo-eng-team] [Bug 1727342] [NEW] Failed to delete lbaas-pool if L7 policy/rules attached to that pool

2017-10-25 Thread Puneet Arora
Public bug reported: Created LoadBalancer, Listener, Pool, members and healthmonitor. After this created L7 policy using above pool created and also added L7 rule in policy. When I am trying to delete pool directly without deleting L7 policy then exception raises on prompt. $ neutron lbaas-pool

[Yahoo-eng-team] [Bug 1746447] [NEW] Pool entry is getting added to neutron db even if Listener and pool protocol is different

2018-01-31 Thread Puneet Arora
Public bug reported: I created lbaas-listener using HTTPS protocol and lbaas-pool using HTTP. I got exception "Listener protocol HTTPS and pool protocol HTTP are not compatible" which is acceptable. But after this when I check neutron lbaas-pool-list , it shows pool being added. So exception came

[Yahoo-eng-team] [Bug 1746450] [NEW] Failed to create healthmonitor using pool-id which is directly connected to LB

2018-01-31 Thread Puneet Arora
Public bug reported: Creation of healthmonitor using pool-id (pool which doesn't have listener connected but connected via LB) shows exception on prompt. After checking q-svc.log it shows: "TypeError: unhashable type: 'dict'" Openstack Commands used:

[Yahoo-eng-team] [Bug 1746448] [NEW] Creation of HTTP monitor should be restricted if pool is created with HTTPS protocol

2018-01-31 Thread Puneet Arora
Public bug reported: Creation of HTTP monitor should be restricted if pool is created with HTTPS protocol. Right now in neutron-lbaas code this is allowed and main consequence is HTTPS traffic stops working if I add healthmonitor of type HTTP to pool. I used below commands to send https traffic :

[Yahoo-eng-team] [Bug 1746526] [NEW] Incorrect message appears while creating duplicate qos-bandwidth-limit-rule

2018-01-31 Thread Puneet Arora
Public bug reported: Improper error messages comes if user tries to create duplicate rule under qos-policy. In error message two things to correct:- --> attribute_name --> value $ neutron qos-bandwidth-limit-rule-create --max-kbps 1026 E.g.: neutron qos-bandwidth-limit-rule-create --max-kbps

[Yahoo-eng-team] [Bug 1746533] [NEW] Horizon should be restricted to display overlapping network as interface to router

2018-01-31 Thread Puneet Arora
Public bug reported: Horizon should be restricted to display overlapping networks which can be added as interface to same router. Steps: 1) Create network-1 and subnet-1 with cidr 10.0.0.0/24 2) Create network-2 and subnet-2 with cidr 10.0.0.0/24 (Note*: Overlapping networks) 3) Create router-1

[Yahoo-eng-team] [Bug 1748153] [NEW] Proper error message should get displayed while trying to delete router interface

2018-02-08 Thread Puneet Arora
Public bug reported: Steps: 1) Create network, subnet 2) Create router and attach subnet to router. 3) Attach router to external network as a gateway. 4) Create port and associate port to floatingip. 5) Goto Horizon and try to delete router-interface, it doesn't gives you proper error message. E

[Yahoo-eng-team] [Bug 1748156] [NEW] Proper error message should get displayed while trying to delete dhcp port from horizon

2018-02-08 Thread Puneet Arora
Public bug reported: Steps 1) Login to openstack horizon 2) Create network and subnet . 3) Goto admin --> Networks --> Ports and check there would be dhcp port listed. 4) Try to delete dhcp port, exception appears on horizon "Error: Unable to delete port: (c33a1942-fa07)". But same if I try to d

[Yahoo-eng-team] [Bug 1748153] Re: Proper error message should get displayed while trying to delete router interface

2018-03-08 Thread Puneet Arora
** Project changed: horizon => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1748153 Title: Proper error message should get displayed while trying to delete router interface

[Yahoo-eng-team] [Bug 1748156] Re: Proper error message should get displayed while trying to delete dhcp port from horizon

2018-03-08 Thread Puneet Arora
** Project changed: horizon => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1748156 Title: Proper error message should get displayed while trying to delete dhcp port from hor

[Yahoo-eng-team] [Bug 1755756] [NEW] ImageUnacceptable: Image is unacceptable: 'qemu-img info' parsing failed

2018-03-14 Thread Puneet Arora
Public bug reported: Description: = During spawning of cirros kvm instance on kvm compute node, I am getting below exception: ImageUnacceptable: Image 99aec143-35db-41d1-9c1d-020832cc5dea is unacceptable: 'qemu-img info' parsing failed Steps to reproduce: 1) Cre

[Yahoo-eng-team] [Bug 1814507] [NEW] Deleting the default firewall group not deleting the associated firewall rules to the policy

2019-02-04 Thread Puneet Arora
Public bug reported: If I delete the deafult firewall group then associated firewall polices getting deleted but not firewall rules, due to this n no of firewall rules still exists everytime I delete the default firewall. If someone delete the default firewall then automatically one firewall grou

[Yahoo-eng-team] [Bug 1815433] [NEW] Code crash with invalid connection limit of listener

2019-02-11 Thread Puneet Arora
Public bug reported: Code crash with invalid connection limit of listener. root@utu1604template:~# neutron --insecure lbaas-listener-update listenerlbfk1 --connection-limit 10009 Request Failed: internal server error while processing your request. Neutron server returns request_ids: ['re

[Yahoo-eng-team] [Bug 1699708] [NEW] Updation of shared firewall-policy with non shared firewall-rule should be restricted

2017-06-22 Thread Puneet Arora
Public bug reported: Using horizon I am able to update/edit shared firewall policy with non-shared firewall-rule which is oppose to behavior when we create firewall-policy of shared mode with firewall-rules of non-shared mode. Because during creation of firewall policy if we create firewall pol

[Yahoo-eng-team] [Bug 1699717] [NEW] Updating of firewall-rule while attached to firewall via non-admin user shows exception on Horizon

2017-06-22 Thread Puneet Arora
Public bug reported: Created non-admin user using below commands:- # openstack project create sam # openstack user create --password openstack --project acdc3b0348224a019878d628cc40681c sam-user # openstack role create user-role # openstack role add --project acdc3b0348224a019878d628cc40681c --u

[Yahoo-eng-team] [Bug 1699724] [NEW] Incorrect message displayed during creation of new secgroup rules if quota exhausts

2017-06-22 Thread Puneet Arora
Public bug reported: Using ocata horizon, I have set quota limit of securitygroup rules to say 2 for admin tenant and now if I try to add security group rules under sec group. It shows "Error: Security group rule already exists". Here expected error message should be "Error: Security group rule

[Yahoo-eng-team] [Bug 1701487] [NEW] Deletion of ERROR state firewall goes stuck into PENDING_DELETE state

2017-06-30 Thread Puneet Arora
Public bug reported: Once firewall goes into ERROR state if I try to delete firewall then it goes into PENDING_DELETE state. Right now if firewall is in ERROR state then no way to delete firewall because it always goes stuck into PENDING_DELETE state. Steps to reproduce:- 1) Create router 2) Cr

[Yahoo-eng-team] [Bug 1706078] [NEW] Code is breaking if try to create health monitor with --delay=3000000000000

2017-07-24 Thread Puneet Arora
Public bug reported: During execution of health monitor creation with delay 3, exception appears in neutron-server.logs. But proper error message not getting displayed over prompt. #neutron lbaas-healthmonitor-create --max-retries=3 --delay=3 --timeout=10 --type=PING --po

[Yahoo-eng-team] [Bug 1667279] [NEW] Neutron: Admin tenant is not able to create subnet pool for no admin tenant

2017-02-23 Thread Puneet Arora
Public bug reported: Below scenario is not working: 1. openstack project list (Pick tenant id of non admin e.g sample) # openstack project list +--+-+ | ID | Name| +--+-+ | 325f404

[Yahoo-eng-team] [Bug 1667285] [NEW] Neutron: Updation of qos-bandwidth-limit-rule-update with some special characters should be restricted

2017-02-23 Thread Puneet Arora
Public bug reported: Neutron is allowing to update qos-bandwidth-limit-rule with some special characters. I can update "qos-bandwidth-limit-rule-update " with some of the special characters. This should be restricted. I have used "$!", "$@", "$#, in --max-kbps value. Steps: $ neutron qos-polic

[Yahoo-eng-team] [Bug 1667286] [NEW] Neutron: Improper error message coming during subnetpool creation with default_quota

2017-02-23 Thread Puneet Arora
Public bug reported: Below scenario showing incorrect error message: # neutron subnetpool-create --shared --pool-prefix 203.0.113.0/24 --default_quota 100 --default-prefixlen 26 subnetpool Invalid input for operation: 'subnetpool' is not an integer. Neutron server returns request_ids: ['req-a754