bug 997601
Change-Id: Ibdb1ac527a18618c489d239c45567fba8ffabf5e
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user