Do not use capital letters to refer to osa 53/44253/2
authorManuel Buil <mbuil@suse.com>
Wed, 4 Oct 2017 16:11:17 +0000 (18:11 +0200)
committerManuel Buil <mbuil@suse.com>
Wed, 4 Oct 2017 16:26:33 +0000 (18:26 +0200)
As agreed with the releng-xci, we should stop using OSA and start using osa
to refer to openstack-ansible

Change-Id: I201b360654b9a52a3387c5e473a3e448a900bb9f
Signed-off-by: Manuel Buil <mbuil@suse.com>
modules/opnfv/deployment/factory.py
modules/opnfv/deployment/osa/__init__.py [moved from modules/opnfv/deployment/OSA/__init__.py with 100% similarity]
modules/opnfv/deployment/osa/adapter.py [moved from modules/opnfv/deployment/OSA/adapter.py with 100% similarity]

index 55fb2e2..e14783f 100644 (file)
@@ -11,7 +11,7 @@
 from opnfv.deployment.apex import adapter as apex_adapter
 from opnfv.deployment.compass import adapter as compass_adapter
 from opnfv.deployment.fuel import adapter as fuel_adapter
-from opnfv.deployment.OSA import adapter as osa_adapter
+from opnfv.deployment.osa import adapter as osa_adapter
 from opnfv.utils import opnfv_logger as logger
 
 logger = logger.Logger(__name__).getLogger()
@@ -19,7 +19,7 @@ logger = logger.Logger(__name__).getLogger()
 
 class Factory(object):
 
-    INSTALLERS = ["fuel", "apex", "compass", "joid", "daisy", "OSA"]
+    INSTALLERS = ["fuel", "apex", "compass", "joid", "daisy", "osa"]
 
     def __init__(self):
         pass