charm-nova-compute/tests/charmhelpers/core/services/__init__.py
James Page 6fbc53d28f Add support for cephx pool grouping and permissions
Sync charmhelpers and add configuration option to allow access
to ceph pools to be limited based on grouping.

Nova will require access to volumes, images and vms pool groups.

Change-Id: I1c188d983609577ab34f7aef7854954c104b58bd
Partial-Bug: 1424771
2017-02-14 14:06:49 +00:00

17 lines
644 B
Python

# Copyright 2014-2015 Canonical Limited.
#
# 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 .base import * # NOQA
from .helpers import * # NOQA