kuryr-libnetwork/__init__.py
Taku Fukushima a8dd46e290 Add entrypoint of Kuryr
This patch adds the entrypoint of Kuryr libnetwork remote driver, which
works as a JSON-oriented Flask app.

Change-Id: Idd6a8d5e72fd4c619bfa88c01edf1f0e19391f91
Signed-off-by: Taku Fukushima <f.tac.mac@gmail.com>
2015-07-27 19:40:49 +09:00

19 lines
656 B
Python

# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import pbr.version
__version__ = pbr.version.VersionInfo('kuryr').version_string()