<div dir="ltr">For pre-release Icehouse packages on all distributions, the installation guide included steps to run neutron-db-manage. However, while testing the installation guide with release package, we found that fresh installation on all distributions no longer requires these steps. Only upgrading from prior releases (covered in the operations guide) requires these steps. Did something change in the RDO packages post-release to make neutron-db-manage steps necessary again?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 16, 2014 at 11:58 AM, Kodiak Firesmith <span dir="ltr"><<a href="mailto:kfiresmith@gmail.com" target="_blank">kfiresmith@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Of course setting up Neutron has taken Horizon offline:<br>
<br>
<a href="http://paste.openstack.org/show/86778/" target="_blank">http://paste.openstack.org/show/86778/</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
 - Kodiak<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, Jul 16, 2014 at 12:34 PM, Kodiak Firesmith <<a href="mailto:kfiresmith@gmail.com">kfiresmith@gmail.com</a>> wrote:<br>
> Further modifying /etc/neutron/neutron.conf as follows allowed the<br>
> neutron-db-manage goodness to happen:<br>
><br>
> -service_plugins = router<br>
> +service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin<br>
><br>
> # neutron-db-manage --config-file /etc/neutron/neutron.conf<br>
> --config-file /etc/neutron/plugin.ini upgrade head<br>
> No handlers could be found for logger "neutron.common.legacy"<br>
> INFO  [alembic.migration] Context impl MySQLImpl.<br>
> INFO  [alembic.migration] Will assume non-transactional DDL.<br>
> INFO  [alembic.migration] Running upgrade None -> folsom<br>
> INFO  [alembic.migration] Running upgrade folsom -> 2c4af419145b<br>
> ...<br>
> INFO  [alembic.migration] Running upgrade 1341ed32cc1e -> grizzly<br>
> INFO  [alembic.migration] Running upgrade grizzly -> f489cf14a79c<br>
> INFO  [alembic.migration] Running upgrade f489cf14a79c -> 176a85fc7d79<br>
> ...<br>
> INFO  [alembic.migration] Running upgrade 49f5e553f61f -> 40b0aff0302e<br>
> INFO  [alembic.migration] Running upgrade 40b0aff0302e -> havana<br>
> INFO  [alembic.migration] Running upgrade havana -> e197124d4b9<br>
> ...<br>
> INFO  [alembic.migration] Running upgrade 538732fa21e1 -> 5ac1c354a051<br>
> INFO  [alembic.migration] Running upgrade 5ac1c354a051 -> icehouse<br>
><br>
> I am now cautiously optimistic that I'm back on track - will report<br>
> back with success fail.  If success I'll submit a documentation bug to<br>
> the docs.openstack people.<br>
><br>
> Here's my tables now:<br>
> <a href="http://paste.openstack.org/show/86776/" target="_blank">http://paste.openstack.org/show/86776/</a><br>
><br>
> Thanks a million!<br>
><br>
>  - Kodiak<br>
><br>
> On Wed, Jul 16, 2014 at 11:15 AM, Kodiak Firesmith <<a href="mailto:kfiresmith@gmail.com">kfiresmith@gmail.com</a>> wrote:<br>
>> Thanks again Kuba!<br>
>><br>
>> So I think it's gotten farther.  I replaced the line on<br>
>> /etc/neutron/neutron.conf:<br>
>><br>
>> -core_plugin = ml2<br>
>> +core_plugin = neutron.plugins.ml2.plugin.<br>
>> Ml2Plugin<br>
>><br>
>> Then I re-ran the neutron-db-manage as seen in the paste below.  It's<br>
>> gotten past ml2 and now is erroring out on 'router':<br>
>><br>
>> <a href="http://paste.openstack.org/show/86759/" target="_blank">http://paste.openstack.org/show/86759/</a><br>
>><br>
>><br>
>>  - Kodiak<br>
>><br>
>> On Wed, Jul 16, 2014 at 11:01 AM, Jakub Libosvar <<a href="mailto:libosvar@redhat.com">libosvar@redhat.com</a>> wrote:<br>
>>> On 07/16/2014 04:57 PM, Kodiak Firesmith wrote:<br>
>>>> Hello Kuba,<br>
>>>> Thanks for the reply.  I used the ml2 ini file as my core plugin per<br>
>>>> the docs and did what you mentioned.  It resulted in a traceback<br>
>>>> unfortunately.<br>
>>>><br>
>>>> Here is a specific accounting of what I did:<br>
>>>> <a href="http://paste.openstack.org/show/86756/" target="_blank">http://paste.openstack.org/show/86756/</a><br>
>>><br>
>>> Ah, this is because we don't load full path from entry_points for<br>
>>> plugins in neutron-db-manage (we didn't fix this because this dependency<br>
>>> is going to be removed soon).<br>
>>><br>
>>> Can you please try to change core_plugin in neutron.conf to<br>
>>><br>
>>>   core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin<br>
>>><br>
>>> and re-run neutron-db-manage.<br>
>>><br>
>>> Thanks,<br>
>>> Kuba<br>
>>>><br>
>>>> So it looks like maybe there is an issue with the ml2 plugin as the<br>
>>>> openstack docs cover it so far as how it works with the RDO packages.<br>
>>>><br>
>>>> Another admin reports that stuff "just works" in RDO packstack - maybe<br>
>>>> there is some workaround in Packstack or maybe it uses another driver<br>
>>>> and not ML2?<br>
>>>><br>
>>>> Thanks again,<br>
>>>>  - Kodiak<br>
>>>><br>
>>>> On Wed, Jul 16, 2014 at 8:54 AM, Jakub Libosvar <<a href="mailto:libosvar@redhat.com">libosvar@redhat.com</a>> wrote:<br>
>>>>> On 07/16/2014 02:25 PM, Kodiak Firesmith wrote:<br>
>>>>>> Hello,<br>
>>>>>> First go-round with Openstack and first post on the list so bear with me...<br>
>>>>>><br>
>>>>>> I've been working through the manual installation of RDO using the<br>
>>>>>> docs.openstack installation guide.  Everything went smoothly for the<br>
>>>>>> most part until Neutron.  It appears I've been hit by the same bug(?)<br>
>>>>>> discussed here:<br>
>>>>>> <a href="http://www.marshut.com/ithyup/net-create-issue.html#ithzts" target="_blank">http://www.marshut.com/ithyup/net-create-issue.html#ithzts</a>, and here:<br>
>>>>>> <a href="https://www.redhat.com/archives/rdo-list/2014-March/msg00005.html" target="_blank">https://www.redhat.com/archives/rdo-list/2014-March/msg00005.html</a><br>
>>>>>> ...among other places.<br>
>>>>>><br>
>>>>>> Upon first launch of the neutron-server daemon, this appears in the<br>
>>>>>> neutron-server log file:  <a href="http://paste.openstack.org/show/86614/" target="_blank">http://paste.openstack.org/show/86614/</a><br>
>>>>>><br>
>>>>>> And once you go into the db you can see that a bunch of tables are not<br>
>>>>>> created that should be.<br>
>>>>>><br>
>>>>>> As the first link alludes to, it looks like a MyISAM / InnoDB<br>
>>>>>> formatting mix-up but I'm no MySQL guy so I can't prove that.<br>
>>>>>><br>
>>>>>> I would really like if someone on the list who is a bit more<br>
>>>>>> experienced with this stuff could please see if the suspicions raised<br>
>>>>>> in the links above are correct, and if so, could the RDO people please<br>
>>>>>> provide a workaround to get me back up and running with our test<br>
>>>>>> deployment?<br>
>>>>>><br>
>>>>>> Thanks!<br>
>>>>>>  - Kodiak<br>
>>>>>><br>
>>>>>> _______________________________________________<br>
>>>>>> Rdo-list mailing list<br>
>>>>>> <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
>>>>>> <a href="https://www.redhat.com/mailman/listinfo/rdo-list" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
>>>>>><br>
>>>>> Hi Kodiak,<br>
>>>>><br>
>>>>> I think there is a bug in documentation, I'm missing running<br>
>>>>> neutron-db-manage command to create scheme for neutron.<br>
>>>>> Can you please try to<br>
>>>>> 1. stop neutron-server<br>
>>>>> 2. create a new database<br>
>>>>> 3. set connection string in neutron.conf<br>
>>>>> 4. run<br>
>>>>>      neutron-db-manage --config-file /etc/neutron/neutron.conf<br>
>>>>> --config-file <path_to_your_core_plugin_file.ini> upgrade head<br>
>>>>> 5. start neutron-server<br>
>>>>><br>
>>>>> Kuba<br>
>>><br>
<br>
_______________________________________________<br>
Rdo-list mailing list<br>
<a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rdo-list" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
</div></div></blockquote></div><br></div>