remove location metadata

pull/534/head
lepdou 3 years ago
parent ebcac79290
commit 4eee08f34e

@ -108,9 +108,6 @@ public class PolarisRegistration implements Registration {
instanceMetadata.putAll(staticMetadataManager.getMergedStaticMetadata());
// location info will be putted both in metadata and instance's field
instanceMetadata.putAll(staticMetadataManager.getLocationMetadata());
this.metadata = Collections.unmodifiableMap(instanceMetadata);
}
return metadata;

Loading…
Cancel
Save