Bug 1237134

Summary: can't use VPNaaS - The resource could not be found
Product: Red Hat OpenStack Reporter: Roey Dekel <rdekel>
Component: openstack-neutron-vpnaasAssignee: RHOS Maint <rhos-maint>
Status: CLOSED NOTABUG QA Contact: Ofer Blaut <oblaut>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: apevec, ekuris, lhh, nyechiel, oblaut, pablo.iranzo, tfreger, twilson
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-26 06:39:07 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: 1213148    

Description Roey Dekel 2015-06-30 13:00:53 UTC
Description of problem:
Try to use VPNaaS and recieved an error.

Version-Release number of selected component (if applicable):
openstack-neutron-vpnaas-2015.1.0-5.el7ost.noarch

Steps to Reproduce:
1. yum install openstack-neutron-vpnaas
2. systemctl restart neutron-vpn-agent.service
3. neutron vpn-ikepolicy-create ikepolicy1


Actual results:
404 Not Found

The resource could not be found.

Expected results:
success

Comment 3 Terry Wilson 2015-07-07 15:41:04 UTC
This sounds like the vpnaas service plugin isn't loaded. You have to enable it in neutron.conf before it will work.

[DEFAULT]
# (ListOpt) List of service plugin entrypoints to be loaded from the
# neutron.service_plugins namespace. See setup.cfg for the entrypoint names of
# the plugins included in the neutron source distribution. For compatibility
# with previous versions, the class name of a plugin can be specified instead
# of its entrypoint name.
#
# service_plugins =
# Example: service_plugins = router,firewall,lbaas,vpnaas,metering

Comment 4 Eran Kuris 2015-07-26 06:38:48 UTC
According to my check its misconfiguration and it does not reproduce after we enalbe it in neutron.conf 
# rpm -qa |grep neutron
python-neutron-vpnaas-2015.1.0-5.el7ost.noarch
openstack-neutron-common-2015.1.0-12.el7ost.noarch
openstack-neutron-ml2-2015.1.0-12.el7ost.noarch
python-neutronclient-2.4.0-1.el7ost.noarch
openstack-neutron-vpnaas-2015.1.0-5.el7ost.noarch
python-neutron-fwaas-2015.1.0-3.el7ost.noarch
openstack-neutron-fwaas-2015.1.0-3.el7ost.noarch
python-neutron-2015.1.0-12.el7ost.noarch
openstack-neutron-2015.1.0-12.el7ost.noarch
openstack-neutron-openvswitch-2015.1.0-12.el7ost.noarch