Git and Gerrit, which is a code repository mirror and code review toolset
, however if you aren't please see `this Git tutorial`_ for an introduction
to using Git and `this guide`_ for a tutorial on using Gerrit and Git for
-code contribution to Openstack projects.
+code contribution to OpenStack projects.
.. _this Git tutorial: http://git-scm.com/book/en/Getting-Started
.. _this guide: http://docs.openstack.org/infra/manual/developers.html#development-workflow
# Number of pool members allowed per tenant. A negative value means unlimited.
# The default is unlimited because a member is not a real resource consumer
-# on Openstack. However, on back-end, a member is a resource consumer
+# on OpenStack. However, on back-end, a member is a resource consumer
# and that is the reason why quota is possible.
# quota_member = -1
# Number of health monitors allowed per tenant. A negative value means
# unlimited.
# The default is unlimited because a health monitor is not a real resource
-# consumer on Openstack. However, on back-end, a member is a resource consumer
+# consumer on OpenStack. However, on back-end, a member is a resource consumer
# and that is the reason why quota is possible.
# quota_health_monitor = -1
-Brocade Openstack Neutron Plugin
+Brocade OpenStack Neutron Plugin
================================
* up-to-date version of these instructions are located at:
* Supports VCS (Virtual Cluster of Switches)
-Openstack Brocade Neutron Plugin implements the Neutron v2.0 API.
+OpenStack Brocade Neutron Plugin implements the Neutron v2.0 API.
This plugin is meant to orchestrate Brocade VCS switches running NOS, examples of these are:
+------------+ +------------+ +-------------+
| | | | | |
| | | | | Brocade |
- | Openstack | v2.0 | Brocade | NETCONF | VCS Switch |
+ | OpenStack | v2.0 | Brocade | NETCONF | VCS Switch |
| Neutron +--------+ Neutron +----------+ |
| | | Plugin | | VDX 67xx |
| | | | | VDX 87xx |
Directory Structure
===================
-Normally you will have your Openstack directory structure as follows:
+Normally you will have your OpenStack directory structure as follows:
/opt/stack/nova/
/opt/stack/horizon/
# under the License.
"""
-Common utilities and helper functions for Openstack Networking Plugins.
+Common utilities and helper functions for OpenStack Networking Plugins.
"""
import webob.exc
+------------+ +------------+ +-------------+
| | | | | |
Neutron | | | | | Brocade |
- v2.0 | Openstack | | Brocade | NETCONF | VCS Switch |
+ v2.0 | OpenStack | | Brocade | NETCONF | VCS Switch |
----+ Neutron +--------+ Mechanism +----------+ |
| ML2 | | Driver | | VDX 67xx |
| Plugin | | | | VDX 87xx |