Re: [Openstack] Doc Blitz!

2011-09-14 Thread Anne Gentle
A correction - this message should have said either 2:00 CST or 3:00 EST for the first hour of the Blitz! Sorry 'bout that. Your humbled editor, Anne *Anne Gentle* a...@openstack.org my blog | my book| LinkedIn

[Openstack] Seattle OpenStack Meetup

2011-09-14 Thread Joseph Heck
This is very late notice, but I wanted to make any Seattle-area folk aware of a Seattle OpenStack meetup. The HP Cloud Services office is hosting an initial meeting at 6pm tonight at their offices: HP Cloud Services Office One Convention Place 701 Pike Street, Suite 1100 Seattle, WA 98101 Ple

[Openstack] Doc Blitz!

2011-09-14 Thread Anne Gentle
No, it's not an Attack of the 50 foot Docs. It's a Doc Blitz - for one hour next Monday (coming to a time zone near you), we're going to review the docs, and add feedback through one of these methods: - Comment on pages at http://docs.openstack.org/docblitz/ (coming soon) - Twitter hashtag #docbli

[Openstack] Compute API and doc

2011-09-14 Thread Anne Gentle
Hi all - The move to Github for the Compute API is now complete and the 1.1 API spec, the 1.0 API doc, and the API Extension proposal now live in this repository: https://github.com/openstack/compute-api There's also a new Jenkins job that builds the documents to docs.openstack.org/trunk out of

Re: [Openstack] [Swift] [Keystone] Account migration

2011-09-14 Thread Dolph Mathews
Keystone was just revised to separate Tenant "id's" from "names". ID's are now backend-managed (auto-incremented SQL primary keys, for example), while names are read/writable through the admin API. The same change also applies to Users (and Roles is in the works). -Dolph On 09/14/2011 12:32 AM

Re: [Openstack] OpenStack nova data model

2011-09-14 Thread Jay Pipes
On Wed, Sep 14, 2011 at 11:24 AM, Takahiro Shida wrote: > Hi Stackers, > > I'm interested in openstack nova design and architecture to extend, > improvement openstack. > I wanted to know about openstack in deep, so I searched  openstack > database schema. > And I found it. > > http://wiki.openstac

[Openstack] OpenStack nova data model

2011-09-14 Thread Takahiro Shida
Hi Stackers, I'm interested in openstack nova design and architecture to extend, improvement openstack. I wanted to know about openstack in deep, so I searched openstack database schema. And I found it. http://wiki.openstack.org/NovaDatabaseSchema But, it looks out of date to recent trunk. I'm

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Roman Sokolkov
Carlo Impagliazzo, in my case this working good: >>> from novaclient.v1_1 import client >>> nt = client.Client('admin', 'xxx', 'project', ' http://127.0.0.1:5000/v2.0/') >>> nt.images.list() [, , ] # nova --debug boot test --flavor 1 --image 1 connect: (127.0.0.1, 5000) send: 'POST /v2.0/tokens H

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Sandy Walsh
Heh, seems we're both running in the same direction. If you're using Keystone with Nova, you also have to use Keystone with Glance (assuming you're using Glance). Is this the case? -S From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Carlo Impagliazzo
Alle mercoledì 14 settembre 2011, Carlo Impagliazzo ha scritto: > Alle mercoledì 14 settembre 2011, Roman Sokolkov ha scritto: > > Hi! I have problem. I use keystone from trunk, python-novaclient 2.6.4 > > > > # nova --debug list > > connect: (127.0.0.1, 5000) > > send: 'POST /v2.0/tokens HTTP/1.1\

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Sandy Walsh
Hi Roman, I ran into this too and have it fixed in this commit: https://github.com/SandyWalsh/python-novaclient/commit/cfab90bddf2325915fb93af63e9efd31793cd55d But it's part of a larger branch. If you are unable to patch, let me know and I'll break this out as a solo branch. -S ___

Re: [Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Carlo Impagliazzo
Alle mercoledì 14 settembre 2011, Roman Sokolkov ha scritto: > Hi! I have problem. I use keystone from trunk, python-novaclient 2.6.4 > > # nova --debug list > connect: (127.0.0.1, 5000) > send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: > 127.0.0.1:5000\r\nContent-Length: 88\r\ncontent-type: > applicati

Re: [Openstack] [HELP][SWIFT] - Are SQLite files pushed to Object Server ?

2011-09-14 Thread Chuck Thier
Hi, Each container server sqlite db is replicated to 3 of your container nodes. Container replication (which operates a bit differently than object replication) ensures that they stay in sync. The container nodes can be run either on the same nodes as your storage nodes, or on separate nodes. T

[Openstack] novaclient+keystone problem AttributeError: 'unicode' object has no attribute 'items'

2011-09-14 Thread Roman Sokolkov
Hi! I have problem. I use keystone from trunk, python-novaclient 2.6.4 # nova --debug list connect: (127.0.0.1, 5000) send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 127.0.0.1:5000\r\nContent-Length: 88\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\nuser-agent: python-novaclient

Re: [Openstack] Keystone/nova-api error

2011-09-14 Thread Marc Peiser
Hi Vish, Thanks for your help. I was running cactus but retried running from milestone and I get the same error? # nova-manage version 2011.3-dev (2011.3-workspace:tarmac-20110727233925-40wmpvkvas7j1p93) Thanks, Marc On 12 Sep 2011, at 8:16 PM, Vishvananda Ishaya wrote: > Looks like the vers

[Openstack] [HELP][SWIFT] - Are SQLite files pushed to Object Server ?

2011-09-14 Thread Mohammad Nour El-Din
Hi... It has been mentioned in [1] that, quoting: "The listings are stored as sqlite database files, and replicated across the cluster similar to how objects are." Does this mean that they are replicated, but in separate way than object files, or they are pushed into the Object Server and henc