summaryrefslogtreecommitdiffstats
path: root/ansible/roles/create_storperf_admin_rc/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/create_storperf_admin_rc/tasks/main.yml')
-rw-r--r--ansible/roles/create_storperf_admin_rc/tasks/main.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/ansible/roles/create_storperf_admin_rc/tasks/main.yml b/ansible/roles/create_storperf_admin_rc/tasks/main.yml
index bd1418e89..f63d1d814 100644
--- a/ansible/roles/create_storperf_admin_rc/tasks/main.yml
+++ b/ansible/roles/create_storperf_admin_rc/tasks/main.yml
@@ -12,15 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
-- name: Fetch TENANT_ID
- os_project_facts:
- name: admin
- environment: "{{ openrc }}"
-
-- name: Fetch TENANT_ID
- set_fact:
- os_tenant_id: "{{ openstack_projects[0].id }}"
-
- name: Create storperf_admin-rc
template:
src: storperf_admin-rc.j2