From 76f28f3a233922a6375b8402966434a6d9051f28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz>
Date: Thu, 14 Apr 2022 10:41:44 +0200
Subject: [PATCH] feat(update): add info about broken metadata-service in train

---
 content/cloud/network/index.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/content/cloud/network/index.md b/content/cloud/network/index.md
index 99691f4..22fca54 100644
--- a/content/cloud/network/index.md
+++ b/content/cloud/network/index.md
@@ -47,6 +47,10 @@ If you use a MUNI account, you can use `private-muni-10-16-116` and log into the
 
 We have prepared an IPv6 prefix `public-muni-v6-432`, which is available for both personal and group projects. The network is available as an attachable network for VMs. If your VM does not receive the allocated address, check section [obtaining IPv6 address](/cloud/network/#obtaining-ipv6-address).
 
+{{< hint danger >}}
+There is an issue with metadata service in IPv6 only environment in our OpenStack Cloud. If you decide to use IPv6 for public access, we recommend to add a local IPv4 network to your VM for deployment of initial configuration via metadata service.
+{{< /hint  >}}
+
 ***
 
 ## Virtual networking
-- 
GitLab