Support of user and project mgmt in sol005 client
[osm/osmclient.git] / osmclient / sol005 / sdncontroller.py
index 6129961..391089f 100644 (file)
@@ -33,6 +33,7 @@ class SdnController(object):
         self._apiResource = '/sdns'
         self._apiBase = '{}{}{}'.format(self._apiName,
                                         self._apiVersion, self._apiResource)
+
     def create(self, name, sdn_controller):
         http_code, resp = self._http.post_cmd(endpoint=self._apiBase,
                                        postfields_dict=sdn_controller)