Skip to content
Snippets Groups Projects

Fix cinder error

4 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -37,6 +37,7 @@ build {
@@ -37,6 +37,7 @@ build {
sources = ["source.openstack.image"]
sources = ["source.openstack.image"]
provisioner "ansible" {
provisioner "ansible" {
 
use_proxy = false
user = var.ssh_username
user = var.ssh_username
groups = ["base"]
groups = ["base"]
playbook_file = "./ansible/base.yml"
playbook_file = "./ansible/base.yml"
@@ -47,6 +48,7 @@ build {
@@ -47,6 +48,7 @@ build {
}
}
provisioner "ansible" {
provisioner "ansible" {
 
use_proxy = false
user = var.ssh_username
user = var.ssh_username
groups = ["base"]
groups = ["base"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
Loading