From ee53974ddc864535bbc99302d16da11287affe47 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 23 Mar 2015 21:06:52 +0000 Subject: WIP: Add OpenStack initial configuration TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions --- openstack/etc/hosts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 openstack/etc/hosts (limited to 'openstack/etc/hosts') diff --git a/openstack/etc/hosts b/openstack/etc/hosts new file mode 100644 index 00000000..b35139ac --- /dev/null +++ b/openstack/etc/hosts @@ -0,0 +1,2 @@ +127.0.0.1 localhost onenode +::1 localhost -- cgit v1.2.1