From 80cd1778d5f3aa667b52a3e0383aa1c8ab69b032 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 4 Nov 2015 14:37:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1539258..b2c3861 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ It's very simple: After a while (around 10 minutes) you have an openstack runnig, and you can access the web-interface at http://localhost:8080/ +With `vagrant ssh` you can log in to the VM. + +In you current directory there will be a folder `openstack`, which contains the openstack source code and is shared with the devstack VM. + +Inside of the VM you find the openstack data in /var/openstack. + ## Configuration If you wanna customize your configuration, copy `config.yaml.sample` to `config.yaml` end edit accordingly.