You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Tool to quickly deploy openstack dev environments.
2
2
3
3
# Goals
4
4
5
-
* To quickly build dev openstack environments in clean natty environments
5
+
* To quickly build dev openstack environments in clean oneiric environments
6
6
* To describe working configurations of openstack (which code branches work together? what do config files look like for those branches?)
7
7
* 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
8
8
* To make it easy to prototype cross-project features
@@ -20,12 +20,6 @@ If working correctly, you should be able to access openstack endpoints, like:
20
20
* Horizon: http://myhost/
21
21
* Keystone: http://myhost:5000/v2.0/
22
22
23
-
# To start a dev cloud in an lxc container:
24
-
25
-
./build_lxc.sh
26
-
27
-
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.
28
-
29
23
# Customizing
30
24
31
25
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.
0 commit comments