diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-04-01 09:46:31 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-04-01 09:46:31 +0000 |
commit | 3176e57da097f2c238b134f18b1a4af00e105546 (patch) | |
tree | 66301d35a32927feed1fc277a3d06bb8eb87786b /share/starlingx_base/resource/__init__.py | |
parent | 4a7181a20f5eb9ad6bfbcb0945fa79ac0ddd620b (diff) |
Update capacity check API
Query the AZinfo from the cache
Relay on the background thread of AZcap Auditing
Change-Id: I064dbc22c71ef25683145ef1c96274ce6ac74c3b
Issue-ID: MULTICLOUD-542
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'share/starlingx_base/resource/__init__.py')
-rw-r--r-- | share/starlingx_base/resource/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/starlingx_base/resource/__init__.py b/share/starlingx_base/resource/__init__.py new file mode 100644 index 00000000..825091ff --- /dev/null +++ b/share/starlingx_base/resource/__init__.py @@ -0,0 +1,10 @@ +# Copyright (c) 2017-2019 Wind River Systems, Inc. +# +# 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. |