Refactor codes for vfc-nfvo-lcm
[vfc/nfvo/lcm.git] / lcm / pub / config / config.py
index 131ccdb..ebffddc 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.
-import os
 
 # [MSB]
 MSB_SERVICE_IP = '10.0.14.1'
 MSB_SERVICE_PORT = '80'
 
-# [IMAGE LOCAL PATH]
-ROOT_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-IMAGE_ROOT_PATH = os.path.join(ROOT_PATH, "/VmNfvo/VnfProduct")
-
 # [REDIS]
 REDIS_HOST = '127.0.0.1'
 REDIS_PORT = '6379'
@@ -54,13 +49,6 @@ REG_TO_MSB_REG_PARAM = {
     }]
 }
 
-# delete image from vim option when delete csar
-IGNORE_DEL_IMG_WEHN_DEL_CSAR = True
-
-# catalog path(values is defined in settings.py)
-CATALOG_ROOT_PATH = None
-CATALOG_URL_PATH = None
-
 # [aai config]
 AAI_BASE_URL = "http://10.0.14.1:80/aai/v11"
 AAI_USER = "AAI"