Skip to content

Commit

Permalink
Added setting force_dhcp_release to False in nova-config.sh to avoid …
Browse files Browse the repository at this point in the history
…issues with Nova network
  • Loading branch information
beloglazov committed Nov 14, 2012
1 parent d01321c commit af4e31d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,8 @@ below:
DEFAULT flat_network_bridge br100
openstack-config --set /etc/nova/nova.conf \
DEFAULT public_interface eth1
openstack-config --set /etc/nova/nova.conf \
DEFAULT force_dhcp_release False

# Set the Glance host name
openstack-config --set /etc/nova/nova.conf \
Expand Down
Binary file modified doc/openstack-centos-kvm-glusterfs-guide.epub
Binary file not shown.
2 changes: 2 additions & 0 deletions doc/openstack-centos-kvm-glusterfs-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,8 @@ <h4 id="openstack-controller-controller."><a href="#TOC"><span class="header-sec
DEFAULT flat_network_bridge br100
openstack-config --set /etc/nova/nova.conf <span class="kw">\</span>
DEFAULT public_interface eth1
openstack-config --set /etc/nova/nova.conf <span class="kw">\</span>
DEFAULT force_dhcp_release False

<span class="co"># Set the Glance host name</span>
openstack-config --set /etc/nova/nova.conf <span class="kw">\</span>
Expand Down
Binary file modified doc/openstack-centos-kvm-glusterfs-guide.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions doc/src/openstack-centos-kvm-glusterfs-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,8 @@ openstack-config --set /etc/nova/nova.conf \
DEFAULT flat_network_bridge br100
openstack-config --set /etc/nova/nova.conf \
DEFAULT public_interface eth1
openstack-config --set /etc/nova/nova.conf \
DEFAULT force_dhcp_release False
# Set the Glance host name
openstack-config --set /etc/nova/nova.conf \
Expand Down
7 changes: 4 additions & 3 deletions lib/nova-config.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/sh

# Copyright 2012 Anton Beloglazov
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -41,6 +41,7 @@ openstack-config --set /etc/nova/nova.conf DEFAULT fixed_range 10.0.0.0/24
openstack-config --set /etc/nova/nova.conf DEFAULT flat_interface eth1
openstack-config --set /etc/nova/nova.conf DEFAULT flat_network_bridge br100
openstack-config --set /etc/nova/nova.conf DEFAULT public_interface eth1
openstack-config --set /etc/nova/nova.conf DEFAULT force_dhcp_release False

# Set the Glance host name
openstack-config --set /etc/nova/nova.conf DEFAULT glance_host controller
Expand Down

0 comments on commit af4e31d

Please sign in to comment.