Update O2app start with global ocloud ID
[pti/o2.git] / o2common / config / __init__.py
index 813897e..e3004d4 100644 (file)
 #  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 o2common.config.base import Config
+from o2common.config.config import get_config_path
+
+
+conf = Config()
+conf.load(get_config_path())