Adit Sarfaty 3009f37757 Integration with neutron-lib plugin directory
Co-authored-by: Armando Migliaccio <armamig@gmail.com>
Change-Id: I7c7efbaa7a53f8d244f1b19ea3a7c8a8900602be
Depends-on: I7331e914234c5f0b7abe836604fdd7e4067551cf
Depends-on: Ia91dfbf9d93e19b43c0dd0b58b95fc0080b0ad7c
Depends-on: I48cd9257f419ad949ba0cecc9aca98a624ca4dcc
2016-11-23 20:18:17 +00:00
..
2016-07-13 11:29:05 +03:00
2016-07-13 11:29:05 +03:00

Enabling NSX Flow Classifier for service insertion in DevStack

  1. Download DevStack

  2. Update the local.conf file:

    [[local|localrc]]
    enable_plugin networking-sfc https://git.openstack.org/openstack/networking-sfc master
    
    [[post-config|$NEUTRON_CONF]]
    [DEFAULT]
    service_plugins = networking_sfc.services.flowclassifier.plugin.FlowClassifierPlugin
    
    [flowclassifier]
    drivers = vmware-nsxv-sfc
    
    [nsxv]
    service_insertion_profile_id = <service profile id. i.e. serviceprofile-1>
  3. In order to prevent tenants from changing the flow classifier, please add the following lines to the policy.json file:

    "create_flow_classifier": "rule:admin_only", "update_flow_classifier": "rule:admin_only", "delete_flow_classifier": "rule:admin_only", "get_flow_classifier": "rule:admin_only"

  4. run stack.sh