Re: [Openstack] neutron error on upgrading from icehouse to juno

2014-10-19 Thread Matt Kassawara
The 'stamp' option sets the DB version so the upgrade process knows where to start and the 'upgrade' option actually upgrades the DB[1]. You probably want to re-stamp the DB as 'icehouse' and then upgrade to 'juno'. [1] https://github.com/openstack/neutron/blob/master/neutron/db/migration/README

[Openstack] Training Guide and Installation Guide ML

2014-10-19 Thread Frans Thamura
hi all as a translation coordinator, we just done our first translation meeting, and yes we are translating now ;) hugh still thousand word to do we have general mailing list, forum , group in FB and we know this TG and IG , dont have mailing list, and we should ask ping pong between General and

[Openstack] GPU Rendering

2014-10-19 Thread Frans Thamura
hi all i am planning to render something on several VM, as render farm any idea to make gPU Rendering on top of NOva? Frans ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Un

[Openstack] upgrading icehouse to juno: dhcp agent bindings

2014-10-19 Thread Don Waterloo
I'm not sure if this was because i did something wrong, or its a bug... but in case you run into it... On upgrade from icehouse to juno (ubuntu 14.04->14.10), i ran into an issue w/ DHCP where I got an error out like: agent['heartbeat_timestamp'] TypeError: 'NoneType' object has no attribute '__g

Re: [Openstack] GPU Rendering

2014-10-19 Thread Martinx - ジェームズ
At least, you'll need an IOMMU capable MOBO... Than pass your GPUs to your Instances... I'l doing this using KVM (ubuntu-virt) (outside OpenStack), it works! On 19 October 2014 15:31, Frans Thamura wrote: > hi all > > i am planning to render something on several VM, as render farm > > any idea t

[Openstack] upgrading heat from icehouse to juno

2014-10-19 Thread Don Waterloo
After doing this upgrade (with a good chunk of data in the database that was created on icehouse), i'm running into a problem I'm wondering if anyone else has seen. In particular, if i do a 'heat resource-list' on a stack that was created with icehouse, i get an error, which is below. I'm not sur

Re: [Openstack] OpenStack 2014.2 ("Juno") is released !

2014-10-19 Thread Tom Fifield
On 17/10/14 21:23, Jitendra Kumar Bhaskar wrote: > Awesome work by all involved developers from different regions!!! > > As per document when I tried to add juno repo in ubuntu 14.04 am getting > error : > > # add-apt-repository cloud-archive:juno > 'juno': not a valid cloud-archive name. > Must

[Openstack] Question on using a combination of Heat ResourceGroup(index) with Fn::Select

2014-10-19 Thread Magesh GV
I am trying to find a way of creating a dynamic List of Loadbalancer PoolMembers using Heat. The idea is that the number of PoolMembers and the required Addresses would be received as Heat parameters. However, I am unable to get %index% working inside a Fn:Select block. Is there some other way

[Openstack] Remove storage from the rings and then re-add..

2014-10-19 Thread Shyam Prasad N
Hi, I've written a few scripts to make adding of storage to swift cluster easier: remakerings: removes existing ring files and builds new empty rings. addtorings: adds new IP:DISK pair to existing rings. removefromrings: removes an IP:DISK pair from existing rings. I'm facing a problem in one sce