mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 04:15:41 +03:00
Merge pull request #2999 from hashicorp/b-cv-aws-ami-id-nonunique
AMI ID is potentially non-unique
This commit is contained in:
@@ -95,7 +95,7 @@ func (f *EnvAWSFingerprint) Fingerprint(cfg *config.Config, node *structs.Node)
|
||||
// uniquely identifies a node, such as ip, should be marked as unique. When
|
||||
// marked as unique, the key isn't included in the computed node class.
|
||||
keys := map[string]bool{
|
||||
"ami-id": true,
|
||||
"ami-id": false,
|
||||
"hostname": true,
|
||||
"instance-id": true,
|
||||
"instance-type": false,
|
||||
|
||||
Reference in New Issue
Block a user