Skip to content

Draft: nsfarm/lxd/container: fix invalid name of container

Karel Koci requested to merge bug/multicontainer-name into master

The '-' is invalid so this replaces it with 'x'. For consistency this also changes it in such a way that it is always appended so the hidden issue like this won't happen again. It also makes the naming scheme consistent.

Followup on !32 (comment 233615).

Merge request reports