[Openstack] Nova D3 Milestone and the skipped tests

2011-07-27 Thread Vishvananda Ishaya
Hey Everyone, We've branched for the Proposed D3 Milestone, and there are a few critical bugs that still need to land. https://bugs.launchpad.net/nova/+bug/816236 This one in particular doesn't have a fixed proposed: https://bugs.launchpad.net/nova/+bug/816236 The rest have fixes in the

[Openstack] [Swift] Swift 1.4.2 is released

2011-07-27 Thread Thierry Carrez
Hello everyone, Swift 1.4.2 was just released ! You can find tarballs and a complete list of new features and bugfixes in this release at: https://launchpad.net/swift/diablo/1.4.2 Packages for Ubuntu 10.04 LTS, 10.10, 11.04 and Oneiric are available at:

[Openstack] bexar installation error

2011-07-27 Thread haynes.davis
Hi All, While installing bexar I faced following error administrator@SVCLO-OSS-COMPUTE-VM01-NEW:~/nova-2011.1$ sudo python setup.py build Traceback (most recent call last): File setup.py, line 25, in module from nova.utils import parse_mailmap, str_dict_replace File

Re: [Openstack] bexar installation error

2011-07-27 Thread Vishvananda Ishaya
Is there a reason you are attempting to install bexar? That is extremely old code at this point. There is no need to run setup.py, you can run straight from source. You may have a tough time getting the dependencies fulfilled with a version that old though. Vish On Jul 27, 2011, at 9:37

Re: [Openstack] [Keystone] [Swift] Keystone Tenant vs Swift Account

2011-07-27 Thread Khandeshi, Divyesh
How does one get a list of all accounts in Swift? GET /v1/ does not work. Returns Bad URL. If there does exist a way, then: Will this return all enabled (non-deleted) and disabled (marked deleted) accounts? Can this be filtered (deleted, non-deleted) Thanks Divyesh -Original

[Openstack] about ApiError: ApiError: Address quota exceeded. You cannot allocate any more addresses

2011-07-27 Thread tianyi wang
Hi, all: I want to allocate IP for project‘s instances, but told me:ApiError: ApiError: Address quota exceeded. You cannot allocate any more addresses. When I use : nova-manage project quota list get this result: # nova-manage project quota list metadata_items: 128 gigabytes: 1000

[Openstack] Melange/IPAM update and path forward

2011-07-27 Thread Troy Toman
At the Diablo summit, one of the outcomes from the networking discussions was the decision to build a separate IP address management system (IPAM). The work to deliver on this requirement has been done under the project name Melange. Melange is envisioned to provide network information services

Re: [Openstack] about ApiError: ApiError: Address quota exceeded. You cannot allocate any more addresses

2011-07-27 Thread Michael Chapman
Hi, I think you need to specify the project name in your command, eg: nova-manage project quota *admin* floating_ips 100 To give the admin project 100 floating IPs. - Michael 2011/7/28 tianyi wang alex-cl...@live.com Hi, all: I want to allocate IP for project‘s instances, but told

Re: [Openstack] Melange/IPAM update and path forward

2011-07-27 Thread Trey Morris
Just so we are all on the same page: step 3 refers to refactoring the existing network managers to use melange, is the ultimate goal here for melange to replace the current nova ip management scheme entirely? On Wed, Jul 27, 2011 at 11:10 PM, Troy Toman troy.to...@rackspace.comwrote: At the