Hot-fix: Fixed getting of the project_id in the fio

Related-PROD: PROD-37187
Change-Id: I79d9f6ea4bdddde58f41e42962ab0427f39e8083
diff --git a/fio/fio_setup.py b/fio/fio_setup.py
index 79f1d69..3220aab 100644
--- a/fio/fio_setup.py
+++ b/fio/fio_setup.py
@@ -138,7 +138,7 @@
         sys.exit(0)
 
     # Create fio sg if needed
-    project_id = conn.cloud.auth['project_id']
+    project_id = conn.cloud.current_project_id
     sg = network.find_security_group(SG_NAME, project_id=project_id)
     if not sg:
         sg = network.create_security_group(name=SG_NAME)