From 0c4f9d2f562d15df6dd9e23327283f8c034a00be Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 13 May 2015 17:33:44 +0000 Subject: [PATCH] Specify some missing openstack vars. --- README.cloud | 2 ++ inventory/host_vars/taiga.cloud.fedoraproject.org | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.cloud b/README.cloud index b7ae6b7770..f20da6fd73 100644 --- a/README.cloud +++ b/README.cloud @@ -243,6 +243,8 @@ Creating a persistant instance zone: nova tcp_ports: [22, 80, 443] + inventory_tenant: persistent + inventory_instance_name: taiga hostbase: taiga public_ip: 209.132.184.50 root_auth_users: ralph maxamillion diff --git a/inventory/host_vars/taiga.cloud.fedoraproject.org b/inventory/host_vars/taiga.cloud.fedoraproject.org index 8a759f6bbf..4829973159 100644 --- a/inventory/host_vars/taiga.cloud.fedoraproject.org +++ b/inventory/host_vars/taiga.cloud.fedoraproject.org @@ -4,6 +4,8 @@ image: "{{ f20_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova +inventory_tenant: persistent +inventory_instance_name: taiga hostbase: taiga public_ip: 209.132.184.50 root_auth_users: ralph maxamillion