<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello. I have a problem installing networking-sfc on fuel 10
    (newton)<br>
    <br>
    First of all I couldn't find a way to install it in one command, so
    I looked at what exactly devstack installation does. This resulted
    in the following steps:<br>
    <br>
    1. pip install --target /usr/lib/python2.7/dist-packages/ --upgrade
    --no-deps --no-cache-dir networking-sfc==3.0.0 (both compute and
    controller)<br>
    2. neutron-db-manage --config-file /etc/neutron/neutron.conf
    --subproject networking-sfc upgrade head (only on controller)<br>
    3. Fix neutron configs:<br>
        -- add
    networking_sfc.services.sfc.plugin.SfcPlugin,networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin
into
    service_plugins in neutron.conf (both compute and controller)<br>
        -- add <span class="k" style="box-sizing: border-box; margin:
      0px; padding: 0px; border: 0px none; font-style: inherit;
      font-variant: inherit; font-weight: inherit; font-stretch:
      inherit; font-size: inherit; line-height: inherit; font-family:
      inherit; vertical-align: baseline;">[sfc]</span>
    <span class="na" style="box-sizing: border-box; margin: 0px;
      padding: 0px; border: 0px none; font-style: inherit; font-variant:
      inherit; font-weight: inherit; font-stretch: inherit; font-size:
      inherit; line-height: inherit; font-family: inherit;
      vertical-align: baseline;">drivers</span> <span class="o"
      style="box-sizing: border-box; margin: 0px; padding: 0px; border:
      0px none; font-style: inherit; font-variant: inherit; font-weight:
      inherit; font-stretch: inherit; font-size: inherit; line-height:
      inherit; font-family: inherit; vertical-align: baseline;">=</span>
    <span class="s" style="box-sizing: border-box; margin: 0px; padding:
      0px; border: 0px none; font-style: inherit; font-variant: inherit;
      font-weight: inherit; font-stretch: inherit; font-size: inherit;
      line-height: inherit; font-family: inherit; vertical-align:
      baseline;">ovs</span>
    <span class="k" style="box-sizing: border-box; margin: 0px; padding:
      0px; border: 0px none; font-style: inherit; font-variant: inherit;
      font-weight: inherit; font-stretch: inherit; font-size: inherit;
      line-height: inherit; font-family: inherit; vertical-align:
      baseline;">[flowclassifier]</span>
    <span class="na" style="box-sizing: border-box; margin: 0px;
      padding: 0px; border: 0px none; font-style: inherit; font-variant:
      inherit; font-weight: inherit; font-stretch: inherit; font-size:
      inherit; line-height: inherit; font-family: inherit;
      vertical-align: baseline;">drivers</span> <span class="o"
      style="box-sizing: border-box; margin: 0px; padding: 0px; border:
      0px none; font-style: inherit; font-variant: inherit; font-weight:
      inherit; font-stretch: inherit; font-size: inherit; line-height:
      inherit; font-family: inherit; vertical-align: baseline;">=</span>
    ovs at the end of neutron.conf (both compute and controller)<br>
        -- disable security groups and enable l2_population and
    arp_responder in /etc/neutron/plugins/ml2/openvswitch_agent.ini
    (both compute and controller)<br>
        -- set mechanism_drivers =openvswitch,linuxbridge,l2population
    in  /etc/neutron/plugins/ml2/ml2_conf.ini (only on controller)<br>
    4. Restart neutron ovs agent and server<br>
    <br>
    After these steps I can create any sfc element through
    neutronclient, but it does not seem to affect anything. There are no
    sfc flows in ovs on compute nodes or controller, and there are no
    errors in any of the neutron logs on any node.<br>
    <br>
    Looks like I'm missing a step. Can anyone tell what did I miss?<br>
    <span class="s" style="box-sizing: border-box; margin: 0px; padding:
      0px; border: 0px; font-style: inherit; font-variant: inherit;
      font-weight: inherit; font-stretch: inherit; font-size: inherit;
      line-height: inherit; font-family: inherit; vertical-align:
      baseline; color: rgb(230, 219, 116);"></span>
  </body>
</html>