Create a keypair with public_key
Nova requires the public_key element when creating a keypair since api
version 2.92. This change ensures the element is passed when creating
a OS::Nova::KeyPair resource.
The master jobs are temporally made non-voting because one integration
test is failing now. These jobs are made voting again once the test is
fixed in the heat repo.
Story: 2010201
Task: 45921
Change-Id: Icdc25a7a79f02ccc5eadcfa5dee99ce5f4d3b00e
diff --git a/.zuul.yaml b/.zuul.yaml
index 74ebce3..a7ada62 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -54,8 +54,10 @@
- tempest-plugin-jobs
check:
jobs:
- - heat-functional
- - heat-functional-legacy
+ - heat-functional:
+ voting: false
+ - heat-functional-legacy:
+ voting: false
- heat-functional-convg-train
- heat-functional-orig-train
- heat-functional-ussuri
@@ -64,5 +66,7 @@
gate:
queue: heat
jobs:
- - heat-functional
- - heat-functional-legacy
+ - heat-functional:
+ voting: false
+ - heat-functional-legacy:
+ voting: false