From 8f957566fbbc687b80719c7065405274787837aa Mon Sep 17 00:00:00 2001 From: Mohamed Emine IBRAHIM Date: Thu, 22 Feb 2024 17:05:18 +0100 Subject: [PATCH] [Fix] fip bastion FIP name for emine ceph env --- infra/ceph_vexx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/ceph_vexx.json b/infra/ceph_vexx.json index 8d8c79c..b62bbba 100644 --- a/infra/ceph_vexx.json +++ b/infra/ceph_vexx.json @@ -184,7 +184,7 @@ "network": [{ "name": "ceph_network", "fip": { - "name": "ceph_bastion", + "name": "fip_bastion", "pool": "public" } }]