fuel-plugins/fuel_plugin_builder/actions/__init__.py
Ilya Kutukov 411d77392c Plugins version is bumped to the 4.0 supported by Fuel v8.0
Python package version is changed to the 4.0.0.
Templates updated.

Related to blueprint external-dashboard-links-in-fuel-dashboard

Change-Id: I473e409dd29d5b2c3647dc37c6051e5527ed196a
2015-11-30 18:23:43 +03:00

23 lines
1.0 KiB
Python

# Copyright 2014 Mirantis, Inc.
#
# 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.
from fuel_plugin_builder.actions.base import BaseAction
from fuel_plugin_builder.actions.create import CreatePlugin
from fuel_plugin_builder.actions.build import BuildPluginV1
from fuel_plugin_builder.actions.build import BuildPluginV2
from fuel_plugin_builder.actions.build import BuildPluginV3
from fuel_plugin_builder.actions.build import BuildPluginV4
from fuel_plugin_builder.actions.build import make_builder