Fix HAS startup issue
[optf/has.git] / conductor / setup.cfg
index c6fd3c4..ee5fcf1 100644 (file)
@@ -1,9 +1,28 @@
+# -*- encoding: utf-8 -*-
+# -------------------------------------------------------------------------
+#   Copyright (c) 2015-2017 AT&T Intellectual Property
+#
+#   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.
+#
+# -------------------------------------------------------------------------
+#
+
 [metadata]
 name = of-has
 summary = ONAP Homing Service
 description-file = README.rst
 author = AT&T
-author-email = ikram@research.att.com
+author-email = snarayanan@research.att.com
 home-page = https://wiki.onap.org/pages/viewpage.action?pageId=16005528
 classifier =
     Development Status :: 4 - Beta
@@ -44,9 +63,11 @@ console_scripts =
     conductor-data = conductor.cmd.data:main
     conductor-solver = conductor.cmd.solver:main
     conductor-reservation = conductor.cmd.reservation:main
+    cipher-util = conductor.cmd.encryptionUtil:main
 
 conductor.inventory_provider.plugin =
     aai = conductor.data.plugins.inventory_provider.aai:AAI
+    generator = conductor.data.plugins.inventory_provider.generator:Generator
 
 conductor.vim_controller.plugin =
     multicloud = conductor.data.plugins.vim_controller.multicloud:MULTICLOUD