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:
parent
026c675f0a
commit
fe9a9e8e5e
@ -33,7 +33,6 @@ resources:
|
||||
sg:
|
||||
type: OS::Neutron::SecurityGroup
|
||||
properties:
|
||||
name: the_sg
|
||||
description: Ping and SSH
|
||||
rules:
|
||||
- protocol: icmp
|
||||
|
@ -35,7 +35,6 @@ resources:
|
||||
the_sg:
|
||||
type: OS::Neutron::SecurityGroup
|
||||
properties:
|
||||
name: the_sg
|
||||
description: Ping and SSH
|
||||
rules:
|
||||
- protocol: icmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user