Files
ubicloud/model/project.rb
Jeremy Evans 9ae2e028dd Fix Project#default_private_subnet creating private subnet with invalid name
Only use the first 55 characters of the location name, to ensure
private subnet name does not exceed 63 characters.  Similar change
was done in Prog::Vnet::SubnetNexus earlier to make sure generated
firewall name is valid.

Remove unnecessary qualification of name column, and use hash
value omission to simplify things.
2025-06-04 04:55:45 +09:00

8.7 KiB