From aa9f7b31e7a0a1172693d9e72fb0de55097408f5 Mon Sep 17 00:00:00 2001 From: Yanks Yoon <37652070+yanksyoon@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:55:22 +0800 Subject: [PATCH] fix: shorten instance id (#391) * fix: shorten instance id * chore: update docs * chore: update merged manager lib --- docs/how-to/openstack-runner.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/how-to/openstack-runner.md b/docs/how-to/openstack-runner.md index 3a512268d..16682b66d 100644 --- a/docs/how-to/openstack-runner.md +++ b/docs/how-to/openstack-runner.md @@ -57,3 +57,6 @@ The `openstack-network` configuration sets the network used to create the OpenSt Note that the network should be configured to allow traffic from the charm deployment (Juju machine) to the OpenStack virtual machine, and traffic from the OpenStack virtual machine to GitHub. The network documentation is [here](https://docs.openstack.org/neutron/latest/admin/intro-os-networking.html). + +> NOTE: The name of the application must not be longer than 50 characters. A valid runner name is 64 characters or less in length and does not include '"', '/', ':', +'<', '>', '\', '|', '*' and '?'. 14 characters are reserved for Juju unit number and unique identifier.