Implement vnflcm call_req_aai function
[vfc/gvnfm/vnflcm.git] / lcm / lcm / pub / aaiapi / aai.py
index a512315..d97f159 100644 (file)
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
 # See the License for the specific language governing permissions and\r
 # limitations under the License.\r
+import logging\r
 \r
-def call_aai(full_url, method, req_data):\r
-    pass
\ No newline at end of file
+logger = logging.getLogger(__name__)\r
+\r
+\r
+def create_ns(ns_id, data):\r
+    pass\r
+\r
+\r
+def create_vnf(vnf_id, data):\r
+    pass\r
+\r
+\r
+def create_vserver(cloud_owner, cloud_region_id, tenant_id, vserver_id, data):\r
+    pass\r