Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-12 Thread Dan Smith
> Hmm... I guess the blueprint summary led me to believe that nova-network
> no longer needs to hit the database.

Yeah, using objects doesn't necessarily mean that the rest of the direct
database accesses go away. However, I quickly cooked up the rest of what
is required to get this done:

https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bug/1290568,n,z

Review would be great. The last patch wedges the database like we do in
compute to make sure that the tests pass without talking to the database
itself. Would be a nice feature for icehouse to say that multihost
compute nodes are now db-clean.

Thanks!

--Dan

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-10 Thread Matt Kassawara
Hmm... I guess the blueprint summary led me to believe that nova-network no
longer needs to hit the database.


On Mon, Mar 10, 2014 at 3:50 PM, Dan Smith  wrote:

> > https://bugs.launchpad.net/nova/+bug/1290568
>
> Thanks. Note that the objects work doesn't really imply that the service
> doesn't hit the database. In fact, nova-compute stopped hitting the
> database before we started on the objects work.
>
> Anyway, looks like there are still some direct-to-database things
> lingering in the linux_net module. I'm not sure those will get resolved
> before icehouse at this point...
>
> --Dan
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-10 Thread Dan Smith
> https://bugs.launchpad.net/nova/+bug/1290568

Thanks. Note that the objects work doesn't really imply that the service
doesn't hit the database. In fact, nova-compute stopped hitting the
database before we started on the objects work.

Anyway, looks like there are still some direct-to-database things
lingering in the linux_net module. I'm not sure those will get resolved
before icehouse at this point...

--Dan

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-10 Thread Matt Kassawara
Done.

https://bugs.launchpad.net/nova/+bug/1290568


On Mon, Mar 10, 2014 at 1:37 PM, Dan Smith  wrote:

> > However, when attempting to boot an instance, the Nova network service
> > fails to retrieve network information from the controller. Adding the
> > the database keys resolves the problem. I'm using
> > the 2014.1~b3-0ubuntu1~cloud0 packages on Ubuntu 12.04.
>
> Can you file a bug with details from the logs?
>
> --Dan
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-10 Thread Dan Smith
> However, when attempting to boot an instance, the Nova network service
> fails to retrieve network information from the controller. Adding the
> the database keys resolves the problem. I'm using
> the 2014.1~b3-0ubuntu1~cloud0 packages on Ubuntu 12.04.

Can you file a bug with details from the logs?

--Dan

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [nova] Conductor support for networking in Icehouse

2014-03-10 Thread Matt Kassawara
Hi,

I'm updating the installation guide for Icehouse. Based on the following
blueprint, I removed the database configuration keys from nova.conf on the
compute node in my test environment.

https://blueprints.launchpad.net/nova/+spec/nova-network-objects

However, when attempting to boot an instance, the Nova network service
fails to retrieve network information from the controller. Adding the the
database keys resolves the problem. I'm using the 2014.1~b3-0ubuntu1~cloud0
packages on Ubuntu 12.04.

Matt
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev