Skip to content

Commit

Permalink
fix: shorten instance id (#391)
Browse files Browse the repository at this point in the history
* fix: shorten instance id

* chore: update docs

* chore: update merged manager lib
  • Loading branch information
yanksyoon authored Oct 25, 2024
1 parent b9130e6 commit aa9f7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/how-to/openstack-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit aa9f7b3

Please sign in to comment.