andreaturli commented on this pull request.
> @@ -92,4 +94,14 @@ public boolean apply(@Nullable String input) {
}), "Cannot starts with " + Iterables.toString(FORBIDDEN_PREFIX));
}
+ /**
+ * This is strictly not needed but apparently tags with `-` can create a
problem when using API, so I've decided to use
+ * base64 encoding
+ * @param value
+ * @return
+ */
+ public String encodeTag(String value) {
not needed anymore, thx
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/443#discussion_r207255836