On custom projects, Unable to view/delete lb-members

Bug #1373739 reported by Vedamurthy Joshi
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R1.1
Fix Committed
High
Rudra Rugge
Trunk
Fix Committed
High
Rudra Rugge

Bug Description

R1.10 Build 39 Ubuntu/Havana, multi-node setup

I had logged in as user p1u1 in project1 project. I could not do a show/delete on the lb-pool-members which i had created.

In admin tenant, this works fine.

export OS_USERNAME=p1u1
export OS_PASSWORD=p1u1
export OS_TENANT_NAME=project1
export OS_AUTH_URL=http://10.204.217.70:5000/v2.0/
export OS_NO_CACHE=1

root@nodec22:~# sshpool1_mem1_id=`neutron lb-member-create --address 200.1.1.2 --protocol-port 22 sshpool1 | grep " id " | awk {'print $4'}`
root@nodec22:~#

root@nodec22:~# neutron lb-member-delete $sshpool1_mem1_id
404-{u'NeutronError': {u'message': u'Member 76127829-43b1-486e-8f9a-c222955345cc could not be found', u'type': u'MemberNotFound', u'detail': u''
}}
root@nodec22:~#
root@nodec22:~# echo $sshpool1_mem1_id
76127829-43b1-486e-8f9a-c222955345cc
root@nodec22:~#

root@nodec22:~# neutron lb-member-list
+--------------------------------------+-----------+---------------+----------------+--------+
| id | address | protocol_port | admin_state_up | status |
+--------------------------------------+-----------+---------------+----------------+--------+
| 81c6b10e-b1bd-42ff-811f-ac31000ffd30 | 200.1.1.2 | 80 | True | ACTIVE |
| 1e5b3042-0995-4f20-bf13-4a48f1858745 | 200.1.1.3 | 80 | True | ACTIVE |
| 76127829-43b1-486e-8f9a-c222955345cc | 200.1.1.2 | 22 | True | ACTIVE |
| bb739982-8280-41dc-96d4-ec8b5e51554d | 200.1.1.3 | 22 | True | ACTIVE |
+--------------------------------------+-----------+---------------+----------------+--------+
root@nodec22:~# neutron lb-member-delete 76127829-43b1-486e-8f9a-c222955345cc
404-{u'NeutronError': {u'message': u'Member 76127829-43b1-486e-8f9a-c222955345cc could not be found', u'type': u'MemberNotFound', u'detail': u''}}
root@nodec22:~#

Revision history for this message
Rudra Rugge (rrugge) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.