First time here? Check out the FAQ!
![]() | 1 | initial version |
The quantum service needs to have a plugin configured in order for it to run - eg the plugin for open vswitch https://github.com/openstack/quantum/blob/master/quantum/plugins/openvswitch/ovs_quantum_plugin.py Then the quantum api calls will be mapped to the functions in this module - eg get_networks(). Try following the code from here.
![]() | 2 | fix link |
The quantum service needs to have a plugin configured in order for it to run - eg the plugin for open vswitch https://github.com/openstack/quantum/blob/master/quantum/plugins/openvswitch/ovs_quantum_plugin.py vswitch
Then the quantum api calls will be mapped to the functions in this module - eg get_networks(). Try following the code from here.