Merge "Support userdata for instances in openstack"

This commit is contained in:
Zuul
2019-01-23 14:36:19 +00:00
committed by Gerrit Code Review
7 changed files with 135 additions and 3 deletions

View File

@@ -56,6 +56,12 @@ providers:
instance-properties:
a_key: a_value
b_key: b_value
userdata: |
#cloud-config
password: password
chpasswd: { expire: False }
ssh_pwauth: True
hostname: test
- name: cloud2
driver: openstack