Praneet Bachheti 5f47367d30 Opencontrail plug-in implementation for core resources
Adds Opencontrail plug-in implementation with unit tests
This patch has no dependency on any other blueprints
The link below describes how to install VIF driver for opencontrail
https://github.com/Juniper/contrail-controller/wiki/
OpenContrail-bring-up-and-provisioning

- The contrail_plugin_core.py is the main interface for neutron common
  infrastructure. It relays API requests to the opencontrail controller

DocImpact
Change-Id: I501bf669b2a999a171f9a3ee3e9893d4ead50e3b
Implements: blueprint juniper-plugin-with-extensions
2014-08-12 07:53:19 -07:00

27 lines
1.1 KiB
INI
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenContrail is an Apache 2.0-licensed project that is built using
# standards-based protocols and provides all the necessary components for
# network virtualizationSDN controller, virtual router, analytics engine,
# and published northbound APIs
# For more information visit: http://opencontrail.org
# Opencontrail plugin specific configuration
[CONTRAIL]
# (StrOpt) IP address to connect to opencontrail controller.
# Uncomment this line for specifying the IP address of the opencontrail
# Api-Server.
# Default value is local host(127.0.0.1).
# api_server_ip='127.0.0.1'
# (IntOpt) port to connect to opencontrail controller.
# Uncomment this line for the specifying the Port of the opencontrail
# Api-Server.
# Default value is 8082
# api_server_port=8082
# (DictOpt) enable opencontrail extensions
# Opencontrail in future would support extension such as ipam, policy,
# these extensions can be configured as shown below. Plugin will then
# load the specified extensions.
# Default value is None, it wont load any extension
# contrail_extensions=ipam:<classpath>,policy:<classpath>