revive working with subset of services
Change-Id: I645c5df457a2ac2c997ac32720d53cacc0fa109b
diff --git a/README.md b/README.md
index daf398b..8b2b038 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# Goals
-* To quickly build dev openstack environments in clean natty environments
+* To quickly build dev openstack environments in clean oneiric environments
* To describe working configurations of openstack (which code branches work together? what do config files look like for those branches?)
* To make it easier for developers to dive into openstack so that they can productively contribute without having to understand every part of the system at once
* To make it easy to prototype cross-project features
@@ -20,12 +20,6 @@
* Horizon: http://myhost/
* Keystone: http://myhost:5000/v2.0/
-# To start a dev cloud in an lxc container:
-
- ./build_lxc.sh
-
-You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh. A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.
-
# Customizing
You can tweak environment variables by creating file name 'localrc' should you need to override defaults. It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.