Add notification support for trusted_certs
Add the 'trusted_image_certificates' field to InstanceCreatePayload and InstanceActionRebuildPayload notifications. Change-Id: Ib5b50a3889ab15d5aac992f92e9be372a915eeff
This commit is contained in:
committed by
Balazs Gibizer
parent
8c7ca368b1
commit
e8ed9aacf8
@@ -16,8 +16,12 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"tags": ["tag"]
|
||||
"tags": ["tag"],
|
||||
"trusted_image_certificates": [
|
||||
"cert-id-1",
|
||||
"cert-id-2"
|
||||
]
|
||||
},
|
||||
"nova_object.name":"InstanceCreatePayload",
|
||||
"nova_object.version": "1.8"
|
||||
"nova_object.version": "1.9"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user