feat: split metadata into smal pieces
All checks were successful
gl/check check status: success (b532f938e9012f7910822aec1adfeb687ee5220b)
gl/gate gate status: success (b532f938e9012f7910822aec1adfeb687ee5220b)

This commit is contained in:
2023-06-01 16:50:12 +02:00
parent 177ba3a3fa
commit b532f938e9
108 changed files with 1133 additions and 538 deletions

View File

@ -9,13 +9,13 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
__all__ = ['__version__', 'Docs']
__all__ = ["__version__", "Docs"]
import pbr.version
from otc_metadata.services import Services # flake8: noqa
__version__ = pbr.version.VersionInfo('otc-metadata').version_string()
__version__ = pbr.version.VersionInfo("otc-metadata").version_string()
_service_manager = None