[Openstack] Dead walk from forum

2012-12-07 Thread Agauger
So I was curious if anyone has seen anything with a VM whose computing was greater than the host, as asked last year http://forums.openstack.org/viewtopic.php?f=16t=824___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Dead walk from forum

2012-12-07 Thread Matt Joyce
Well you can present as many virtual resources as your hypervisor will handle. This usually can exceed physical resources. In common terminology that's called over subscribing. In terms of sharing resources between many individual physical nodes, you are now entering the realm of memory / bus

Re: [Openstack] Fwd: [swift3] api - boto and libcloud = AccessDenied

2012-12-07 Thread Antonio Messina
I tried with the EC2 credentials too, but without luck. Do I need to create specific endpoints for s3 in keystone? Using what URLs? Is my configuration and code correct? .a. On Thu, Dec 6, 2012 at 11:46 PM, Blair Bethwaite blair.bethwa...@gmail.comwrote: Hi Antonio, It sounds like you

Re: [Openstack] Fwd: [swift3] api - boto and libcloud = AccessDenied

2012-12-07 Thread Blair Bethwaite
Ah yes, you said that already - sorry. It looks like you missed the S3token middleware in your proxy conf, see: http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-swift-with-s3-emulation-to-use-keystone.html On 7 December 2012 21:16, Antonio Messina arcimbo...@gmail.com

Re: [Openstack] Fwd: [swift3] api - boto and libcloud = AccessDenied

2012-12-07 Thread Antonio Messina
'swift-proxy.conf' is a typo for 'proxy-server.conf' right? .a. On Fri, Dec 7, 2012 at 11:23 AM, Blair Bethwaite blair.bethwa...@gmail.comwrote: Ah yes, you said that already - sorry. It looks like you missed the S3token middleware in your proxy conf, see:

Re: [Openstack] Fwd: [swift3] api - boto and libcloud = AccessDenied

2012-12-07 Thread Blair Bethwaite
On 7 December 2012 21:51, Antonio Messina arcimbo...@gmail.com wrote: 'swift-proxy.conf' is a typo for 'proxy-server.conf' right? Looks like it, yes. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

[Openstack] nova-compute fails to start

2012-12-07 Thread Afef MDHAFFAR
Hi all I installed openstack with ubuntu 12.04 + xcp. nova-compute does not want to start and shows this error message: 2012-12-07 13:00:55 DEBUG nova.compute.resource_tracker [-] Hypervisor: VCPU information unavailable from (pid=27696) _report_hypervisor_resource_view

[Openstack] How to create Quantum provider(GRE) networks?

2012-12-07 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi, I have a two node openstack installation with quantum and ovs. I try to create a provider network (network type = gre). I followed quantum api guide and created GRE type of provider network as follows: quantum net-create name --tenant_id tenant-id --provider:network_type gre

Re: [Openstack] nova-compute fails to start

2012-12-07 Thread Mohammed Naser
Looks like something is wrong with your migration Try running nova-manage db migrate On Fri, Dec 7, 2012 at 8:13 AM, Afef MDHAFFAR afef.mdhaf...@gmail.com wrote: 2-12-07 13:00:55 DEBUG nova.compute.resource_tracker [-] Hypervisor: VCP -- Mohammed Naser — vexxhost

[Openstack] Installing Openstack - Issue with Keystone

2012-12-07 Thread Wojciech Dec
Hi All, while following the Openstack Install guide (all using regular repo commands) on an Ubuntu 12.04 system I ran into the following problem with Keystone: Pretty much any command entered gives the following error. host1:~$keystone user-role-add --user aba --role xxx --tenant_id 1 Expecting

Re: [Openstack] Installing Openstack - Issue with Keystone

2012-12-07 Thread Gui Maluf
I ran into this problem, it's cause by two env variable defined. Try to unset the OS_TOKEN variable you are using OS_USERNAME or unset SERVICE_ENDPOINT and SERVICE_TOKEN if you are using OS_AUTH_URL On Fri, Dec 7, 2012 at 1:49 PM, Wojciech Dec wdec.i...@gmail.com wrote: Hi All, while

[Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
Hi all, I configured swift, first with tempauth. I checked the CLI worked fine. Then I integrated with with keystone. Now I can create containers and folders from Horizon... but for some reason I cannot from the CLI. I always get 401! swift -A http://192.168.0.18:8080/auth/v1.0 -U system:swift

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
On 7 December 2012 16:45, Emilio García emilio.gar...@cloudreach.co.ukwrote: This is what I get in the proxy log with I use Horizon: Dec 7 16:18:44 ostack-sn01 proxy-server Calling S3Token middleware. (txn: txaed5df4ce9074dfa92b80cf7c7eedaff) (client_ip: 192.168.0.13) Dec 7 16:18:44

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
On 7 December 2012 16:39, Emilio García emilio.gar...@cloudreach.co.ukwrote: I get a different error with that: # swift -A http://192.168.0.17:5000/auth/v1.0 -U service:swift -K xxx stat Account not found No matter what -K value I put. PS: I have keystone in .17 while swift proxy is

Re: [Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-12-07 Thread Édouard Thuleau
The code doesn't make lot of change to the nova network manager code. It modifies principally the linux_net driver code. And I don't think we can consider it like a new feature. I think it's more a bug fix. In VLAN manger mode, if we plan to carry 4000 tenants in our cloud, we need to use 4000

[Openstack] Basic Devstack question

2012-12-07 Thread Marco Bravo
Maybe is not the place to ask this but I'm sorry if is not I have this problem. *Couldn't find stack-screenrc *when I try to start Openstack after a reboot. - What I've losted? - How can I repair this? - Why sometimes happens and others , no? * * Tks Marco.

Re: [Openstack] Basic Devstack question

2012-12-07 Thread John Griffith
On Fri, Dec 7, 2012 at 11:27 AM, Marco Bravo marcobra...@gmail.com wrote: Maybe is not the place to ask this but I'm sorry if is not I have this problem. *Couldn't find stack-screenrc *when I try to start Openstack after a reboot. - What I've losted? - How can I repair this?

Re: [Openstack] I can use Swift in Horizon but not with the CLI...

2012-12-07 Thread Emilio García
Just for reference I made it work like this: root@ostack-sn01:/etc/swift# swift *-V 2.0* -A http://192.168.0.17:5000/v2.0-U Default:emilio.garcia -K xx list mycontainer Folder1 Folder1/Test Folder1/libjvm.so fxavcodecplugin-53.so Regards. On 7 December 2012 16:49, Emilio García

[Openstack] Upcoming wiki migration to Mediawiki

2012-12-07 Thread Anne Gentle
Hi all - tl;dr: Migration of wiki.openstack.org from MoinMoin to Mediawiki commences 12/17. Service will continue with Mediawiki as the wiki engine after 12/21. While the MoinMoin engine served its purpose to get started, it makes sense for us to move to Mediawiki and bring the wiki instances

Re: [Openstack] Upcoming wiki migration to Mediawiki

2012-12-07 Thread Michael Still
On 12/08/2012 07:15 AM, Anne Gentle wrote: Hi all - tl;dr: Migration of wiki.openstack.org http://wiki.openstack.org from MoinMoin to Mediawiki commences 12/17. Service will continue with Mediawiki as the wiki engine after 12/21. While the MoinMoin engine served its purpose to get