Re: [openstack-dev] [devstack] authentication issues

2015-02-16 Thread Gary Kotton
On 2/16/15, 12:48 PM, "Kashyap Chamarthy" wrote: >On Mon, Feb 16, 2015 at 09:54:30AM +, Gary Kotton wrote: >> Hi, With the current master in devstack I am unable to create a >> neutron network. >> >> It looks like there is an issue with keystone. Anyone >> else hit this? Thanks Gary > >Hmm

Re: [openstack-dev] [devstack] authentication issues

2015-02-16 Thread Kashyap Chamarthy
On Mon, Feb 16, 2015 at 09:54:30AM +, Gary Kotton wrote: > Hi, With the current master in devstack I am unable to create a > neutron network. > > It looks like there is an issue with keystone. Anyone > else hit this? Thanks Gary Hmm, I don't see any such issue here, I'm using: Nova+Neutron+K

Re: [openstack-dev] Fwd: [Neutron][DVR]Neutron distributed SNAT

2015-02-16 Thread Kevin Benton
>Or a pool of SNAT addresses ~= to the size of the hypervisor count. This had originally come up as an option in the early DVR discussions. IIRC it was going to be a tunable parameter since it results in a tradeoff between spent public addresses and "distributed-ness". However, due to time constra

Re: [openstack-dev] [Fuel] [UI] Sorting and filtering of node list

2015-02-16 Thread Julia Aranovich
Oleg, thank you for the feedback. We'll definitely consider it. Also, I'd like to share some basic mockups for node sort/filter/group operations: http://postimg.org/gallery/2c32wcu8q/ On Mon, Feb 16, 2015 at 11:20 AM, Oleg Gelbukh wrote: > Julia, > > It would be nice to add grouping by Status t

[openstack-dev] [nova] Unshelve Instance Performance Optimization Questions

2015-02-16 Thread Kekane, Abhishek
Hi Devs, Problem Statement: Performance and storage efficiency of shelving/unshelving instance booted from image is far worse than instance booted from volume. When you unshelve hundreds of instances at the same time, instance spawning time varies and it mainly depends on the size of the instan

[openstack-dev] healthmon, inventory manager

2015-02-16 Thread Mandar Barve
Hi, I am trying to find out kind of monitoring support available in Openstack especially for monitoring health of services, physical devices. I came across Cloud Inventory Manager, HealthMon. The article also talked about how to enable this

Re: [openstack-dev] [keystone] [nova]

2015-02-16 Thread Nikolay Makhotkin
Well, if we use trust-scoped token for getting server-list from nova (simply use nova.servers.list() ), Novaclient somehow tries to get another token: https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L690-L724 Actually, novaclient does this request: (found from debu

[openstack-dev] [devstack] authentication issues

2015-02-16 Thread Gary Kotton
Hi, With the current master in devstack I am unable to create a neutron network. It looks like there is an issue with keystone. Anyone else hit this? Thanks Gary __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] Summit Voting and ATC emails?

2015-02-16 Thread Daniel P. Berrange
On Sun, Feb 15, 2015 at 02:34:26PM +, Jeremy Stanley wrote: > On 2015-02-15 07:00:53 + (+), Gary Kotton wrote: > > Yes, I think that they go out in batches. It would be best to check with > > Stefano if you have any issues. > > Also a reminder, you need to be the owner of a change in G

Re: [openstack-dev] [nova][libvirt] Block migrations and Cinder volumes

2015-02-16 Thread Daniel P. Berrange
On Mon, Feb 16, 2015 at 01:39:21PM +1300, Robert Collins wrote: > On 19 June 2014 at 20:38, Daniel P. Berrange wrote: > > On Wed, Jun 18, 2014 at 11:09:33PM -0700, Rafi Khardalian wrote: > >> I am concerned about how block migration functions when Cinder volumes are > >> attached to an instance be

Re: [openstack-dev] Fwd: [Neutron][DVR]Neutron distributed SNAT

2015-02-16 Thread Robert Collins
On 16 February 2015 at 21:29, Angus Lees wrote: > Conntrack synchronisation gets us HA on the SNAT node, but that's a long way > from distributed SNAT. > > Distributed SNAT (in at least one implementation) needs a way to allocate > unique [IP + ephemeral port ranges] to hypervisors, and then some

Re: [openstack-dev] Fwd: [Neutron][DVR]Neutron distributed SNAT

2015-02-16 Thread Angus Lees
Conntrack synchronisation gets us HA on the SNAT node, but that's a long way from distributed SNAT. Distributed SNAT (in at least one implementation) needs a way to allocate unique [IP + ephemeral port ranges] to hypervisors, and then some sort of layer4 loadbalancer capable of forwarding the ingr

Re: [openstack-dev] [Fuel] [UI] Sorting and filtering of node list

2015-02-16 Thread Oleg Gelbukh
Julia, It would be nice to add grouping by Status to the existing 'Grouping' dropdown. It would save some time finding faulty/offline nodes in the list and performing bulk actions (like Delete) on them. Another useful feature for large deployments would be an ability to see IP addresses of nodes

<    1   2