Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
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.
.. image:: https://governance.openstack.org/tc/badges/networking-hyperv.svg :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on
This project tracks the work to integrate the Hyper-V networking with Neutron. This project contains the Hyper-V Neutron Agent, Security Groups Driver, and ML2 Mechanism Driver, which are used to properly bind neutron ports on a Hyper-V host.
This project resulted from the neutron core vendor decomposition.
Supports Python 2.7, Python 3.3, Python 3.4, and Python 3.5.
Run the following command to install the agent on the system:
::
C:\networking-hyperv> python setup.py install
To use the neutron-hyperv-agent
, the Neutron Controller will have to be
properly configured. For this, the config option core_plugin
in the
/etc/neutron/neutron.conf
file must be set as follows:
::
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
Additionally, hyperv
will have to be added as a mechanism driver in the
/etc/neutron/plugins/ml2/ml2_conf.ini
configuration file:
::
mechanism_drivers = openvswitch,hyperv
In order for these changes to take effect, the neutron-server
service will
have to be restarted.
Finally, make sure the tenant_network_types
field contains network types
supported by Hyper-V: local, flat, vlan, gre.
You will have to install the test dependencies first to be able to run the tests.
::
C:\networking-hyperv> pip install -r requirements.txt
C:\networking-hyperv> pip install -r test-requirements.txt
You can run the unit tests with the following command.
::
C:\networking-hyperv> nosetests networking_hyperv\tests
To contribute to this project, please go through the following steps.
git review -v
.git review -v
.FAQs
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.
We found that networking-hyperv demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.