Skip to content
Snippets Groups Projects
Commit e963b3de authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Remove unnecessary extra arguments from openstack module

parent 43c1b12f
No related branches found
No related tags found
No related merge requests found
...@@ -35,10 +35,5 @@ build { ...@@ -35,10 +35,5 @@ build {
playbook_file = "../CRI_XCBC/ood-packer.yaml" playbook_file = "../CRI_XCBC/ood-packer.yaml"
roles_path = "./ansible/roles" roles_path = "./ansible/roles"
inventory_file = "../CRI_XCBC/hosts" inventory_file = "../CRI_XCBC/hosts"
extra_arguments = [
"--extra-vars", "root_ssh_key='${var.root_ssh_key}'",
"--user=centos",
#"-vvvv"
]
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment