Skip to content

An example about how to extend OpenStack python-neutronclient for your enjoyment

Notifications You must be signed in to change notification settings

anabelengp/python-neutronclient_ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-neutronclient_ext

This is an example about how to extend neutron client. It allows using the same command for the extended features along with the usual neutron options.

This extension is autodiscovered once installed. To use (development mode):

git clone https://github.com/anabelengp/python-neutronclient_ext.git
pip install -e python_openappsclient
neutron zzz

To use it inside horizon (from python):

pip install python_openappsclient

in your python module:

from neutronclient.v2_0.client import Client
from neutronclient_ext import client

First, import the neutron Client. Second, override the client to extend it with the new commands.

TODO

WORKING ON: complete the compatibility with quantum (the setup is already prepared to require either neutron or quantum).

About

An example about how to extend OpenStack python-neutronclient for your enjoyment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages