bug 997601

Change-Id: Ibdb1ac527a18618c489d239c45567fba8ffabf5e
This commit is contained in:
Puneet Sangal
2012-06-01 19:02:26 +05:30
parent 82b5c4ea67
commit 534bb69585
2 changed files with 20 additions and 1 deletions

View File

@@ -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>

View File

@@ -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