Bug 1246825
| Summary: | installation enables l3 agent and vpnaas at same time, vpnaas is an L3 replacement | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> | 
| Component: | openstack-packstack | Assignee: | Martin Magr <mmagr> | 
| Status: | CLOSED ERRATA | QA Contact: | Eran Kuris <ekuris> | 
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | aortega, beagles, ichavero, sclewis, sgordon, tdunnon, tfreger, yeylon | 
| Target Milestone: | ga | Keywords: | Triaged | 
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-packstack-7.0.0-0.8.dev1661.gaf13b7e.el7ost | Doc Type: | Bug Fix | 
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-07 21:02:29 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1077162 | ||
| 
 
        
          Description
        
        
          Eran Kuris
        
        
        
        
        
          2015-07-26 06:12:01 UTC
        
       
      
      
      
    I installed VPNaaS manually and found this bug. It probably will happens if packstack will support installation of VPNaaS . https://bugzilla.redhat.com/show_bug.cgi?id=1136332 can i have qa ack please? verified : Now we can set enable VPNaaS via packstack [root@rose12 ~]# rpm -qa |grep vpn python-neutron-vpnaas-7.0.0-1.el7ost.noarch openstack-neutron-vpnaas-7.0.0-1.el7ost.noarch [root@rose12 ~(keystone_admin)]# neutron agent-list +--------------------------------------+--------------------+------------------- | id | agent_type | host | alive | admin_state_up | binary | +--------------------------------------+--------------------+------------------- | 07454fa4-d4fa-49d7-bd13-c58a4735fc41 | L3 agent | rose12.qa.lab.tlv.redhat.com | :-) | True | neutron-vpn-agent | | 47a9f943-d4d0-4a7a-a659-4d656bd3aac2 | Open vSwitch agent | rose12.qa.lab.tlv.redhat.com | :-) | True | neutron-openvswitch-agent | | af6fd3d5-3c1e-414c-bcec-ac5674e88cc1 | Metadata agent | rose12.qa.lab.tlv.redhat.com | :-) | True | neutron-metadata-agent | | c1c75ad5-ee95-4567-98d6-20a705d2471f | DHCP agent | rose12.qa.lab.tlv.redhat.com | :-) | True | neutron-dhcp-agent | +--------------------------------------+--------------------+----------------- [root@rose12 ~(keystone_admin)]# openstack-status == neutron services == neutron-server: active neutron-dhcp-agent: active neutron-l3-agent: inactive (disabled on boot) neutron-metadata-agent: active neutron-openvswitch-agent: active 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. https://rhn.redhat.com/errata/RHEA-2016-0603.html  |