Hi.

We're trying to configure Quantum REST Proxy Plugin to use an external Network service developed by ourselves in the context of OpenNaaS Project [1]. We have developed a REST server to listen Proxy requests. We want to modify Plugin configuration as described in OpenStack official documentation [2] and OpenStack Wiki [3].

What kind of authentication is used by REST Proxy Plugin? Is there any configuration a part of user name and password? It is possible using Basic HTTP Authentication [4]?

Thank you!


[1] OpenNaaS Project - http://www.opennaas.org/
[2] OpenStack official documentation - http://docs.openstack.org/trunk/openstack-network/admin/content/bigswitch_floodlight_plugin.html
[3] OpenStack Wiki - https://wiki.openstack.org/wiki/Quantum/RestProxyPlugin#Quantum_Rest_Proxy_Plugin
[4]: Basic HTTP Authentication - http://tools.ietf.org/html/rfc2617