<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Next fresh install F20 & Havana via native repo.<br><br>Issue seems to be related to https://bugzilla.redhat.com/show_bug.cgi?id=1051593 <br><br>Straight forward `packstack --alinone` install via native Havana repo with no problems.<br>Openstack-status is fine immediately after RDO setup<br> <br>Recreating external network, OVS bridge "br-ex" and p37p1 as OVS port for "br-ex"<br><br>Reboot.<br>Openstack-status reports server errors<br><br>1.)<br>[root@openstack1 neutron(keystone_admin)]# nova net-list<br>reports server error<br><br>2)<br>[root@openstack1 neutron(keystone_admin)]# nova service-list<br>shows state down every where<br><br>3)<br>/var/log/neutron/server.log.gz is attached.<br><br>I believe to fix it , but it's just a hack<br><br>[boris@openstack1 ~]$ sudo su -<br>[sudo] password for boris: <br>Last login: Sun Jan 12 17:35:21 MSK 2014 on pts/0<br><br>[root@openstack1 ~]# ls -l /etc/neutron/neutron.conf<br>-rw-r-----. 1 root neutron 14386 Jan 12 16:15 /etc/neutron/neutron.conf<br><br>[root@openstack1 ~]# vi /etc/neutron/neutron.conf<br><br>Uncommented :<br><br># Paste configuration file<br>api_paste_config = api-paste.ini<br><br>Updated /etc/rc.d/rc.local :-<br><br>[root@openstack1 neutron(keystone_admin)]# cat /etc/rc.d/rc.local<br>#!/bin/sh<br>losetup -f /var/lib/cinder/cinder-volumes && vgchange -a y cinder-volumes && systemctl restart openstack-cinder-volume.service<br><i>ifdown br-ex ;<br>ifup br-ex ;<br>service network restart ;<br># Three times would be enough in general , but may be less<br>systemctl restart qpidd.service ;<br>systemctl restart qpidd.service ;<br>systemctl restart qpidd.service ;<br>service openstack-nova-compute restart ;</i><br>exit 0<br><br>Then in openstack-status report instead of server errors I get :-<br><br>[root@openstack1 neutron(keystone_admin)]# nova service-list<br>+------------------+------------------------+----------+---------+-------+----------------------------+-----------------+<br>| Binary | Host | Zone | Status | State | Updated_at Disabled Reason |<br>+------------------+------------------------+----------+---------+-------+----------------------------+-----------------+<br>| nova-consoleauth | openstack1.localdomain | internal | enabled | up | 2014-01-12T14:01:20.000000 | None |<br>| nova-scheduler | openstack1.localdomain | internal | enabled | up | 2014-01-12T14:01:20.000000 | None |<br>| nova-conductor | openstack1.localdomain | internal | enabled | up | 2014-01-12T14:01:21.000000 | None |<br>| nova-cert | openstack1.localdomain | internal | enabled | up | 2014-01-12T14:01:20.000000 | None |<br>| nova-compute | openstack1.localdomain | nova | enabled | up | 2014-01-12T14:01:19.000000 | None |<br>+------------------+------------------------+----------+---------+-------+----------------------------+-----------------+<br>[root@openstack1 neutron(keystone_admin)]# nova net-list<br>+--------------------------------------+---------+------+<br>| ID | Label | CIDR |<br>+--------------------------------------+---------+------+<br>| 54aa7248-072d-4d2d-a953-916894946c23 | private | None |<br>| d8760dfb-0619-4cd1-a033-51bb04eeb402 | public | None |<br>+--------------------------------------+---------+------+<br><br><br>Neutron brought back to life<br><br>[root@openstack1 neutron(keystone_admin)]# neutron net-list<br>+--------------------------------------+---------+-----------------------------------------------------+<br>| id | name | subnets |<br>+--------------------------------------+---------+-----------------------------------------------------+<br>| 54aa7248-072d-4d2d-a953-916894946c23 | private | ec123834-0cae-43b7-b85a-b6329dcc5e88 10.0.0.0/24 |<br>| d8760dfb-0619-4cd1-a033-51bb04eeb402 | public | 87c37096-1186-4c67-8548-fb6c88839636 192.168.1.0/24 |<br>+--------------------------------------+---------+-----------------------------------------------------+<br>[root@openstack1 neutron(keystone_admin)]# neutron subnet-list<br>+--------------------------------------+----------------+----------------+--------------------------------------------------+<br>| id | name | cidr | allocation_pools |<br>+--------------------------------------+----------------+----------------+--------------------------------------------------+<br>| ec123834-0cae-43b7-b85a-b6329dcc5e88 | private_subnet | 10.0.0.0/24 | {"start": "10.0.0.2", "end": "10.0.0.254"} |<br>| 87c37096-1186-4c67-8548-fb6c88839636 | public_subnet | 192.168.1.0/24 | {"start": "192.168.1.57", "end": "192.168.1.97"} |<br>+--------------------------------------+----------------+----------------+--------------------------------------------------+<br><br>[root@openstack1 neutron(keystone_admin)]# ovs-vsctl show<br>d3454efb-b3d9-42d2-a277-913d5cf755fe<br> Bridge br-ex<br> Port br-ex<br> Interface br-ex<br> type: internal<br> Port "qg-ce79686e-b8"<br> Interface "qg-ce79686e-b8"<br> type: internal<br> Port "p37p1"<br> Interface "p37p1"<br> Bridge br-int<br> Port "qvo10bf42f7-82"<br> tag: 1<br> Interface "qvo10bf42f7-82"<br> Port "qr-01bdcf4b-05"<br> tag: 1<br> Interface "qr-01bdcf4b-05"<br> type: internal<br> Port "tapf8c3475f-f0"<br> tag: 1<br> Interface "tapf8c3475f-f0"<br> type: internal<br> Port br-int<br> Interface br-int<br> type: internal<br> Port "qvofee768e5-64"<br> tag: 1<br> Interface "qvofee768e5-64"<br> ovs_version: "2.0.0"<br><br><br> </div></body>
</html>