Skip to content

Commit

Permalink
bug 997601
Browse files Browse the repository at this point in the history
Change-Id: Ibdb1ac527a18618c489d239c45567fba8ffabf5e
  • Loading branch information
Puneet Sangal committed Jun 7, 2012
1 parent 82b5c4e commit 534bb69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/src/docbkx/openstack-install/ap_configuration_files.xml
Expand Up @@ -75,10 +75,14 @@
<para>This file contains the settings to randomize the hash for the ring for Object Storage, code-named swift.</para>
<literallayout class="monospaced"><xi:include parse="text" href="samples/swift.conf.txt"/></literallayout>
</section>
<section xml:id="network-interfaces-conf">
<title>etc/network/interfaces.conf</title>
<para>These instructions are for using the FlatDHCP networking mode with a single network interface.</para>
<literallayout class="monospaced"><xi:include parse="text" href="samples/network-interfaces.conf.txt"/></literallayout></section>
<section xml:id="swift-proxy-conf">
<title>etc/swift/proxy-server.conf</title>
<para>This file contains the settings for the Object Storage proxy server, which contains the Identity service settings.</para>
<literallayout class="monospaced"><xi:include parse="text" href="samples/proxy-server.conf.txt"/></literallayout></section>
<literallayout class="monospaced"><xi:include parse="text" href="samples/proxy-server.conf.txt"/></literallayout></section>
<section xml:id="account-server-conf">
<title>etc/swift/account-server.conf</title>
<para></para>
Expand Down
@@ -0,0 +1,15 @@
# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp

# Bridge network interface for VM networks
auto br100
iface br100 inet static
address 192.168.100.1
netmask 255.255.255.0
bridge_stp off
bridge_fd 0

0 comments on commit 534bb69

Please sign in to comment.