Avoid conflicting names for security groups

... to prevent the following error in nova.

Instance failed network setup after 1 attempt(s):
nova.exception.NoUniqueMatch: Multiple security groups found matching
'the_sg'. Use an ID to be more specific.

Change-Id: I680d169e63f6c941f79de56f541681260301fe20
This commit is contained in:
Takashi Kajinami 2024-10-13 15:53:10 +09:00
parent 026c675f0a
commit fe9a9e8e5e
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@ resources:
sg:
type: OS::Neutron::SecurityGroup
properties:
name: the_sg
description: Ping and SSH
rules:
- protocol: icmp

View File

@ -35,7 +35,6 @@ resources:
the_sg:
type: OS::Neutron::SecurityGroup
properties:
name: the_sg
description: Ping and SSH
rules:
- protocol: icmp