2012/1/1 Ewan Mellor :
> How has a keystone change managed to break Glance when we're pinning Keystone
> at a specific version?
Could you try blowing away your .venv directory and trying again?
Perhaps there's a stale Keystone lying around in there. It won't get
replaced, because it already fulfi
2012/1/1 Ewan Mellor :
> Rackspace aren't the only people to have problems with DHCP. I have
> encountered a number of enterprises where DHCP is expressly forbidden inside
> the datacenter (for good reasons or stupid ones, that's not important).
I disagree. I think it's very important indeed wh
2011/12/29 Vishvananda Ishaya :
> In addition to the rate limiting changes, you can also run multiple copies
> of nova-api on different ports and put a load balancer (like ha-proxy) in
> front. You may have to set up your proxy to add an X-Forwarded-For header
> and specify the
> --use_forwarded_fo
2011/12/30 John Griffith :
> Oops, sorry about that. Forgot to check it in the venv, which reveals the
> issue:
>
> % tools/with_venv.sh
> jdg@grumpy ~/Projects/OpenStack/nova
> % python
> Python 2.7.2+ (default, Oct 4 2011, 20:06:09)
> [GCC 4.6.1] on linux2
> Type "help", "copyright", "credits
Hello,
I'm trying to setup open stack on ubuntu server 11.10 with the packages
present in the ubuntu repository.
when i run this command "nova-manage network create vmnet --fixed_range_v4=
10.1.1.0/24 --network_size=64 --bridge_interface=eth0".
This is what appears in the nova-manage log:
2012-
2011/12/29 James E. Blair :
> Having said that, the Jenkins job has been running in silent mode on
> master for several days with few false errors. My feeling from the
> design summit was that it was generally understood there would be a
> shakedown period, and people are willing to accept some ri
On Mon, Jan 2, 2012 at 6:27 AM, Soren Hansen wrote:
> 2011/12/29 Vishvananda Ishaya :
>> In addition to the rate limiting changes, you can also run multiple copies
>> of nova-api on different ports and put a load balancer (like ha-proxy) in
>> front. You may have to set up your proxy to add an X-F
2011/12/29 Razique Mahroua
> # Consistency
> - network consistency
> If I have a /24 networks, that means I will have 256 fixed_ips, is it
> possible that nova make sure there are 256 ips for that network
I don't understand what you mean here. How could there /not/ be 256
IP's in a /24?
--
Sor
2012/1/2 Jay Pipes :
> On Mon, Jan 2, 2012 at 6:27 AM, Soren Hansen wrote:
>> 2011/12/29 Vishvananda Ishaya :
>> I can't think of any reason we can't just fork() N times (where N
>> defaults to number of cores, but could be overridden by a flag) after
>> socket.listen(), but before we go into the
On Mon, Jan 2, 2012 at 9:00 AM, Soren Hansen wrote:
> 2012/1/2 Jay Pipes :
>> On Mon, Jan 2, 2012 at 6:27 AM, Soren Hansen wrote:
>>> 2011/12/29 Vishvananda Ishaya :
>>> I can't think of any reason we can't just fork() N times (where N
>>> defaults to number of cores, but could be overridden by a
By that I was meaning after, let's say user manipulations which could break some entries into the database, a mecanism that would ensure consistency.Thus restore the right number of entries.Another thing that comes here :The "services" table contains entries for servers that declared their roles to
Thanks Soren, that did the trick!!
On Mon, Jan 2, 2012 at 4:50 AM, Soren Hansen wrote:
> 2011/12/30 John Griffith :
> > Oops, sorry about that. Forgot to check it in the venv, which reveals
> the
> > issue:
> >
> > % tools/with_venv.sh
> > jdg@grumpy ~/Projects/OpenStack/nova
> > % python
> >
I think this is an excellent idea. I believe we should do this in the
nova pip-requires for real - the sudo apt-get install python-m2crypto in
install_venv.py has always felt super wrong.
On 01/02/2012 03:50 AM, Soren Hansen wrote:
> -e
> bzr+http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/pr
Would this work for Fedora-based distributions as well?
On Jan 2, 2012, at 12:45 PM, Monty Taylor wrote:
> I think this is an excellent idea. I believe we should do this in the
> nova pip-requires for real - the sudo apt-get install python-m2crypto in
> install_venv.py has always felt super wro
On 01/02/2012 02:46 AM, Soren Hansen wrote:
> 2012/1/1 Ewan Mellor :
>> Rackspace aren't the only people to have problems with DHCP. I have
>> encountered a number of enterprises where DHCP is expressly forbidden inside
>> the datacenter (for good reasons or stupid ones, that's not important).
> -Original Message-
> From: Soren Hansen [mailto:so...@linux2go.dk]
> Sent: 02 January 2012 02:47
> To: Ewan Mellor
> Cc: Jesse Andrews; Jay Pipes; openstack@lists.launchpad.net
> Subject: Re: [Openstack] Metadata and File Injection
>
> 2012/1/1 Ewan Mellor :
> > Rackspace aren't the only
2012/1/2 Ewan Mellor :
>> I disagree. I think it's very important indeed whether the reasons are
>> good or stupid. If they're good, they'll probably apply to others as
>> well, so we need to know about them, understand them, and take
>> appropriate action. If the reasons are stupid, whatever solut
2012/1/2 Lorin Hochstein :
> Would this work for Fedora-based distributions as well?
Yes. The source checkout will include a debian/ directory, but that
won't affect the Python code installed.
--
Soren Hansen | http://linux2go.dk/
Ubuntu Developer | http://www.ubuntu.com/
OpenStack Dev
+100 - I know there was a huge amount of effort that went into making this
happen from a lot of people. I'm Looking forward to seeing it come live!
-joe
On Dec 29, 2011, at 2:51 PM, James E. Blair wrote:
> Having said that, the Jenkins job has been running in silent mode on
> master for several
On 01/02/2012 12:00 PM, Soren Hansen wrote:
> 2012/1/2 Lorin Hochstein :
>> Would this work for Fedora-based distributions as well?
>
> Yes. The source checkout will include a debian/ directory, but that
> won't affect the Python code installed.
I just did a test - there is a bug in the fedora
> -Original Message-
> From: Soren Hansen [mailto:so...@linux2go.dk]
> Sent: 02 January 2012 02:36
> To: Ewan Mellor
> Cc: Jay Pipes; openstack@lists.launchpad.net
> Subject: Re: [Openstack] Glance functional tests failing
>
> 2012/1/1 Ewan Mellor :
> > How has a keystone change managed to
On 01/02/2012 12:56 PM, Ewan Mellor wrote:
>> -Original Message- From: Soren Hansen
>> [mailto:so...@linux2go.dk] Sent: 02 January 2012 02:36 To: Ewan
>> Mellor Cc: Jay Pipes; openstack@lists.launchpad.net Subject: Re:
>> [Openstack] Glance functional tests failing
>>
>> 2012/1/1 Ewan Me
> -Original Message-
> From: Soren Hansen [mailto:so...@linux2go.dk]
>
> [Snip]
>
> > In the context of this discussion, that means that OpenStack needs to
> > work in DHCP-free environments, because we already know of many.
>
> The only one I'm familiar with is Rackspace where I think (a
> -Original Message-
> From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net
> [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net]
> On Behalf Of Monty Taylor
> Sent: 02 January 2012 13:25
> To: openstack@lists.launchpad.net
> Subject: Re: [Openstack] Glance f
On 01/02/2012 02:20 PM, Ewan Mellor wrote:
>> -Original Message-
>> From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net
>> [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net]
>> On Behalf Of Monty Taylor
>> Sent: 02 January 2012 13:25
>> To: openstack@list
Hi, I was attempting to start up a swift proxy on a test environment and it
seems I'm running into a wall. My object-nodes are working fine from what I
can see but it seems that my proxy won't start at all.
The error I get starting it up is this:
root@proxy:~# swift-init proxy start
Starting p
Hi,
You won't need the default_swift_cluster setting usually comment it and
your swift cluster should start. if you really do then the format specified
is incorrect, look at the commented config file here :
https://github.com/gholt/swauth/blob/master/etc/proxy-server.conf-sample#L43
Cheers,
Chmo
27 matches
Mail list logo