[openstack-dev] [neutron][networking-odl]

Takashi Yamamoto yamamoto at midokura.com
Wed Nov 8 06:25:44 UTC 2017


On Wed, Nov 8, 2017 at 3:15 PM, Bhatia, Manjeet S
<manjeet.s.bhatia at intel.com> wrote:
>
>
>> -----Original Message-----
>> From: Takashi Yamamoto [mailto:yamamoto at midokura.com]
>> Sent: Tuesday, November 7, 2017 10:13 PM
>> To: Bhatia, Manjeet S <manjeet.s.bhatia at intel.com>
>> Cc: openstack-dev at lists.openstack.org
>> Subject: Re: [openstack-dev] [neutron][networking-odl]
>>
>> hi,
>>
>> On Thu, Nov 2, 2017 at 9:01 AM, Bhatia, Manjeet S
>> <manjeet.s.bhatia at intel.com> wrote:
>> > Hello Neutrinos,
>> >
>> >
>> >
>> > I’ve been trying service profile flavors for L3 in neutron to register
>> > the driver,
>> >
>> > the method I’ve been using is below
>> >
>> >
>> >
>> > I have this added to neutron.conf
>> >
>> > [service_providers]
>> >
>> > service_provider =
>> > L3_ROUTER_NAT:ODL:networking_odl.l3.l3_flavor.ODLL3ServiceProvider:def
>> > ault
>>
>> where do you have this driver?
>
> In networking-odl local repo as WIP.

a similar procedure [1] worked for me with midonet POC code. [2]
so i suspect there's something wrong in your local code.

[1] https://review.openstack.org/#/c/483174/2/midonet/neutron/services/l3/service_providers/l3_midonet.py@38
[2] https://review.openstack.org/#/c/483174/

>
>>
>> >
>> >
>> >
>> > and then tried creating flavor profile
>> >
>> > [a]. openstack network flavor profile create --driver
>> > networking_odl.l3.l3_flavor.ODLL3ServiceProvider
>> >
>> >
>> >
>> > It returns NotFoundException: Not Found (HTTP 404) (Request-ID:
>> > req-6991a8ab-b785-4160-96d6-e496d7667f15), Service Profile driver
>> > networking_odl.l3.l3_flavor.ODLL3ServiceProvider could not be found.
>> >
>> >
>> >
>> > Here is trace from log http://paste.openstack.org/show/625178/ seems
>> > like resource not found,
>> >
>> >
>> >
>> > But I also noticed in [1]. self.config is {}
>> >
>> >
>> >
>> >
>> >
>> > [1].
>> > https://github.com/openstack/neutron/blob/master/neutron/db/servicetyp
>> > e_db.py#L55
>> >
>> >
>> >
>> >
>> >
>> > Any pointers what’s being done wrong is it the enabling of service
>> > profiles flavor or something else ?
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > Thanks and regards !
>> >
>> > Manjeet
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >



More information about the OpenStack-dev mailing list