Update setup_openstack.md

This commit is contained in:
Andre Keedy 2016-01-04 17:56:26 -05:00
parent 3f0a3a9a2c
commit bd19520af1

View File

@ -9,6 +9,7 @@
- cd Devstack
- in Devstack, Create local.conf :
```python
[[local|localrc]]
#Enable Ironic API and Ironic Conductor
enable_service ironic
@ -67,6 +68,7 @@
- cat>>/etc/network/interfaces
```python
auto eth2
iface eth2 inet static
address 172.31.128.7
@ -87,6 +89,7 @@ Once the installation is completed, an external bridge can be setup for Neutron
- ifconfig br-eth2 promisc up
- Update external bridge configuration cat>>/etc/network/interfaces
```python
auto eth2
iface eth2 inet manual
auto br-eth2