diff --git a/ryu/app/rest_quantum.py b/ryu/app/rest_quantum.py index 01f1e62b..1820d5b8 100644 --- a/ryu/app/rest_quantum.py +++ b/ryu/app/rest_quantum.py @@ -14,6 +14,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This module provides a set of REST API dedicated to OpenStack Ryu plug-in. +# - Interface (uuid in ovsdb) registration +# - Maintain interface association to a network +# +# Used by OpenStack Ryu plug-in. + import json from webob import Response