Ready for release

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2023-12-07 14:21:20 +01:00
parent 70d7e31540
commit 7aa3a1244e
1 changed files with 2 additions and 4 deletions

View File

@ -98,10 +98,8 @@ public class RunningCluster implements Serializable {
for (ServiceEndpoint res : resources) { for (ServiceEndpoint res : resources) {
AccessPoint found = res.profile().accessPoints().iterator().next(); AccessPoint found = res.profile().accessPoints().iterator().next();
host = found.address(); host = found.address();
//datacenterName = found.description(); datacenterName = found.description();
datacenterName="d4science_datacenter"; keyspaceName = found.name();
//keyspaceName = found.name();
keyspaceName="dev_keyspace";
} }
} }
} catch (Exception e) { } catch (Exception e) {