8fcb259d37
Add crd ceph-mds and create storage class for cephfs Story: 2005527 Task: 41793 Change-Id: I8cd8cc545f4171fa2d730665064ca904eda20541 Signed-off-by: Chen, Haochuan Z <haochuan.z.chen@intel.com>
13 lines
176 B
Python
13 lines
176 B
Python
#
|
|
# Copyright (c) 2020 Wind River Systems, Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
import setuptools
|
|
|
|
|
|
setuptools.setup(
|
|
setup_requires=['pbr>=0.5'],
|
|
pbr=True)
|