forked from openstack/networking-midonet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PKG-INFO
90 lines (60 loc) · 2.58 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Metadata-Version: 1.1
Name: networking-midonet
Version: 2015.2.0
Summary: OpenStack MidoNet Neutron Plugin
Home-page: http://www.midonet.org
Author: MidoNet
Author-email: [email protected]
License: UNKNOWN
Description:
==================
networking-midonet
==================
This is the official Midonet Neutron plugin.
How to Install
--------------
Run the following command to install the plugin in the system:
::
$ sudo python setup.py install
The following entry in ``neutron.conf`` enables MidoNet as the Neutron plugin:
::
core_plugin = neutron.plugins.midonet.plugin.MidonetPluginV2
The Kilo MidoNet plugin is not compatible with MidoNet prior to 2.0. Please
use the Juno plugin if you want to use it against MidoNet version 1.X.
Tests
-----
You can run the unit tests with the following command.::
$ ./run_tests.sh -f -V
``run_tests.sh`` installs its requirements to ``.venv`` on the initial run.
``-f`` forces a clean re-build of the virtual environment. If you just make
changes on the working tree without any change on the dependencies, you can
ignore ``-f`` switch.
``-V`` or ``--virtual-env`` is specified to use virtualenv and this should be
always turned on.
To know more detail about command options, please execute it with ``---help``.::
$ ./run_tests.sh --help
Creating Packages
-----------------
Run the following command to generate both both the RPM and Debian packages
with the provided version:
::
$ ./package.sh some_version
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, submit patches to our Gerrit server to get them reviewed
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 :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4