104501cfe6
- Dynamically load drivers using stevedore - Changed the entry points to reference drivers instead of template definitions - Implement Create and update driver operations Change-Id: I5c3259404c796e1935c872cf3109ffecae3cee02 Partially-Implements: blueprint bay-drivers
18 lines
684 B
Python
18 lines
684 B
Python
# Copyright 2016 - Rackspace Hosting
|
|
#
|
|
# 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.
|
|
|
|
version = '1.0.0'
|
|
driver = 'mesos_ubuntu_v1'
|
|
container_version = '1.9.1'
|