Bug 1128194
| Summary: | LBaaS extension doesn't register it's resources to quota engine | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jakub Libosvar <jlibosva> | 
| Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> | 
| Status: | CLOSED ERRATA | QA Contact: | yfried | 
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.0 (RHEL 7) | CC: | chrisw, nyechiel, psedlak, sclewis, yeylon | 
| Target Milestone: | z1 | Keywords: | ZStream | 
| Target Release: | 5.0 (RHEL 6) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-2014.1.2-2.el7ost | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-30 17:14:15 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| 
        
          Description
        
        
          Jakub Libosvar
        
        
        
        
        
          2014-08-08 14:23:09 UTC
        
       [root@puma48 ~(keystone_admin)]# neutron agent-list +--------------------------------------+--------------------+-------------------------------+-------+----------------+ | id | agent_type | host | alive | admin_state_up | +--------------------------------------+--------------------+-------------------------------+-------+----------------+ | 7788426f-658c-4a7d-9e43-e9ca6d372a8e | L3 agent | puma48.scl.lab.tlv.redhat.com | :-) | True | | 99f62b25-ecf8-47be-adff-8ff33795a7c2 | DHCP agent | puma48.scl.lab.tlv.redhat.com | :-) | True | | 9f339035-24ae-4de6-a6ee-33d804675be9 | Open vSwitch agent | puma48.scl.lab.tlv.redhat.com | :-) | True | | a0717625-0b65-4aa3-80c3-c80aaf92790d | Loadbalancer agent | puma48.scl.lab.tlv.redhat.com | :-) | True | | ba7b3c38-71f5-4205-b50f-772fde4dfe16 | Metadata agent | puma48.scl.lab.tlv.redhat.com | :-) | True | +--------------------------------------+--------------------+-------------------------------+-------+----------------+ [root@puma48 ~(keystone_admin)]# neutron quota-update --vip 5 +---------------------+-------+ | Field | Value | +---------------------+-------+ | floatingip | 50 | | health_monitor | -1 | | member | -1 | | network | 10 | | pool | 10 | | port | 50 | | router | 10 | | security_group | 10 | | security_group_rule | 100 | | subnet | 10 | | vip | 5 | +---------------------+-------+ verified on RHEL-7 [root@puma48 ~(keystone_admin)]# rpm -qa | grep neutron openstack-neutron-ml2-2014.1.2-2.el7ost.noarch openstack-neutron-2014.1.2-2.el7ost.noarch python-neutron-2014.1.2-2.el7ost.noarch python-neutronclient-2.3.4-2.el7ost.noarch openstack-neutron-openvswitch-2014.1.2-2.el7ost.noarch verified on RHEL-7 [root@puma48 ~(keystone_admin)]# rpm -qa | grep neutron openstack-neutron-ml2-2014.1.2-2.el7ost.noarch openstack-neutron-2014.1.2-2.el7ost.noarch python-neutron-2014.1.2-2.el7ost.noarch python-neutronclient-2.3.4-2.el7ost.noarch openstack-neutron-openvswitch-2014.1.2-2.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2014-1339.html |