ranger/orm/cmd/db_sync.py
orm cdbd0f5c7b Fix Ranger maria db script, docker proxy , oslo_config issues
Change-Id: Ia454ce25a439580b9be28a2bb817c228fe9199fd
2018-09-06 17:01:57 -05:00

22 lines
707 B
Python

#!/usr/bin/env python
# Copyright (c) 2018 OpenStack Foundation
# All Rights Reserved.
#
# 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 orm.services import db_setup
def main():
db_setup.main()