fix metadata, removed 2/3 floating ips

Only one floating ip needed for configuration.

Change-Id: I61bc3875e640f622ec9c8edc847823b9dfe47266
diff --git a/metadata/service/client/init.yml b/metadata/service/client/init.yml
index 33f8130..6f461f1 100644
--- a/metadata/service/client/init.yml
+++ b/metadata/service/client/init.yml
@@ -2,14 +2,14 @@
   _param:
     avinetworks_cluster_enabled: True
     avinetworks_cluster_name: avi_cluster
-    avinetworks_cluster_vip: 10.0.1.1
+    avinetworks_cluster_vip: 10.1.0.15
 
     avinetworks_cluster_node01_hostname: avi01
     avinetworks_cluster_node02_hostname: avi02
     avinetworks_cluster_node03_hostname: avi03
-    avinetworks_cluster_node01_ip_address: 10.0.1.11
-    avinetworks_cluster_node02_ip_address: 10.0.1.12
-    avinetworks_cluster_node03_ip_address: 10.0.1.13
+    avinetworks_cluster_node01_ip_address: 10.1.0.10
+    avinetworks_cluster_node02_ip_address: 10.1.0.11
+    avinetworks_cluster_node03_ip_address: 10.1.0.12
 
     avinetworks_cloud_enabled: True
     avinetworks_cloud_name: Openstack
@@ -27,7 +27,7 @@
     avinetworks_cloud_openstack_img_format: OS_IMG_FMT_QCOW2
     avinetworks_cloud_openstack_use_internal_endpoints: True
     avinetworks_cloud_openstack_insecure: False
-    avinetworks_cloud_openstack_os_role: '*'
+    avinetworks_cloud_openstack_os_role: "'*'"
     avinetworks_cloud_openstack_avi_role: Tenant-Admin