Metadata-Version: 2.0
Name: networking-hyperv
Version: 1.0.4
Summary: This project tracks the work to integrate the Hyper-V networking with Neutron. This project contains the Hyper-V Neutron Agent Mixin, Security Groups Driver, ML2 Mechanism Driver and the utils modules they use in order to properly bind neutron ports on a Hyper-V host. This project resulted from the neutron core vendor decomposition.
Home-page: http://www.cloudbase.it/
Author: Cloudbase Solutions Srl
Author-email: info@cloudbasesolutions.com
License: Apache License, Version 2.0
Keywords: openstack neutron hyper-v networking
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: Babel (>=1.3)
Requires-Dist: oslo.config (>=2.3.0)
Requires-Dist: oslo.i18n (>=1.5.0)
Requires-Dist: oslo.log (>=1.8.0)
Requires-Dist: oslo.serialization (>=1.4.0)
Requires-Dist: oslo.utils (!=2.6.0,>=2.0.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: python-neutronclient (>=2.6.0)

=================
networking-hyperv
=================

This project tracks the work to integrate the Hyper-V networking with Neutron. This project contains the Hyper-V Neutron Agent Mixin, Security Groups Driver, ML2 Mechanism Driver and the utils modules they use in order to properly bind neutron ports on a Hyper-V host.

This project resulted from the neutron core vendor decomposition.

Supports Python 2.7 and Python 3.3.

* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/networking-hyperv
* Source: http://git.openstack.org/cgit/stackforge/networking-hyperv
* Bugs: http://bugs.launchpad.net/networking-hyperv


How to Install
--------------

Run the following command to install the agent in the system:

::

    C:\networking-hyperv> python setup.py install

To properly use the agent, you will have to set the core_plugin in
``neutron.conf`` to:

::

    core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin

Additionally, you will have to add Hyper-V as a mechanism in ``ml2_conf.ini``:

::

    mechanism_drivers = openvswitch,hyperv

Finally, make sure the tenant_network_types field contains network types
supported by Hyper-V: local, flat, vlan.


Tests
-----

You will have to install the test dependencies first to be able to run the
tests.

::

    C:\networking-hyperv> pip install -r test-requirements.txt

You can run the unit tests with the following command.

::

    C:\networking-hyperv> nosetests hyperv\tests


HACKING
-------

To contribute to this repo, please go through the following steps.

1. Keep your working tree updated
2. Make modifications on your working tree
3. Run tests
4. If the tests pass, create a pull request on our github repo.
5. Wait for the pull request to be reviewed.


Features
--------

* TODO



