Re: [Openstack] Couldn't find stack-screenrc

2012-11-14 Thread Chmouel Boudjnah
On Thu, Nov 15, 2012 at 4:09 AM, Everett Toews wrote: > > From: Johannes Baltimore > Date: Wednesday, November 14, 2012 8:34 AM > To: "openstack@lists.launchpad.net" > Subject: [Openstack] Couldn't find stack-screenrc > > Hi. > > I got devstack today, but I've been going through a problem. Whene

Re: [Openstack] [openstack-dev] Fwd: [keystone] Tokens representing authorization to projects/tenants in the Keystone V3 API

2012-11-14 Thread Yee, Guang
Is "belongsTo" mandatory? If not, what will token validation API return? {"access": [list of tokens]} ? Guang -Original Message- From: Jorge Williams [mailto:jorge.willi...@rackspace.com] Sent: Wednesday, November 14, 2012 2:47 PM To: OpenStack Development Mailing List Cc: openstack@

[Openstack] create more than 16cores in one server

2012-11-14 Thread Edward_Doong
Dear, i have some issue about: create more than 16 cores in one server. i already change QUOTA at my Project by nova-manager project quota --project=x --keys=cores --value=64 and my flavor format is: 8vcpus 8mems 0Disk 1vcpus 1mems 0Disk my physical m

Re: [Openstack] Getting approved to submit code for review for OpenStack Swift

2012-11-14 Thread Peter Portante
Thanks Clay, I don't have a big set of changes, they are minor tweaks really. Hopefully the code changes will be simply enough to review without engaging in a more involved discussion ahead of time. You can find them talked about at: Unnecessary

Re: [Openstack] Getting approved to submit code for review for OpenStack Swift

2012-11-14 Thread Clay Gerrard
Hi Peter, No, nothing special should be needed - sometimes it's tricky to get your launchpad account hooked into to review.openstack.org - but if that's giving you trouble just ask for help in #openstack-dev (we've all been there). So yeah, if you've got some code that helps fix a problem or is s

[Openstack] [nova-network] question about nova-network

2012-11-14 Thread Ahmed Al-Mehdi
Hello, I have two physical servers, one server configured as as the controller node (running all nova services, except nova-compute), and second server as a compute node (running nova-compute). My question is how does the controller node know there is a compute node "out there", and that all V

Re: [Openstack] [openstack-dev] Fwd: [keystone] Tokens representing authorization to projects/tenants in the Keystone V3 API

2012-11-14 Thread Jorge Williams
>From an API perspective the changes required are the following: 1. The validate call returns a list of tenants instead of a single tenant. If the tenant id is in the URI of the API, then the validation middleware can assert that the tenant id is in the list of IDs. Not sure if there'

Re: [Openstack] [openstack-dev] Fwd: [keystone] Tokens representing authorization to projects/tenants in the Keystone V3 API

2012-11-14 Thread heckj
If we're going to assert it's supported, we're doing an incredible dis-service to writing a spec to not implement that aspect of the spec, as that kind of set up just leads to incompatibilities and confusion when asserting how the spec should be used to provide interoperability. If we accept th

Re: [Openstack] [openstack-dev] Fwd: [keystone] Tokens representing authorization to projects/tenants in the Keystone V3 API

2012-11-14 Thread Joe Savak
Hi Joe, If I'm working across multiple tenants, I'd prefer one token that I can securely handle that proves access rights to the tenants I'm working with. Handling multiple tokens increases the complexity of clients needing to provide multi-tenancy access to an authenticated identity. It

Re: [Openstack] [nova-api] "nova image-list" giving authentication error

2012-11-14 Thread Ahmed Al-Mehdi
Hello, I resolved the issue. It was an error on my part not not correctly setting admin_tenant_name, admin_user, admin_password correctly in api-paste.ini. Regards, Ahmed. From: Ahmed Al-Mehdi mailto:ah...@coraid.com>> Date: Tuesday, November 13, 2012 3:30 PM To: "openstack@lists.launchpad.n

Re: [Openstack] Couldn't find stack-screenrc

2012-11-14 Thread Everett Toews
From: Johannes Baltimore mailto:johannes.b...@gmail.com>> Date: Wednesday, November 14, 2012 8:34 AM To: "openstack@lists.launchpad.net" mailto:openstack@lists.launchpad.net>> Subject: [Openstack] Couldn't find stack-screenrc Hi. I got devstack today, but

Re: [Openstack] Plans for Trusted Computing in OpenStack

2012-11-14 Thread Nicolae Paladi
That is correct, the variety of versions, components and patches is the first thing that comes to everyone's mind with this approach. But the idea is not to have a trusted third party/CA that would be able to assess _all_ combinations. With both approaches, the 'assessment' is left out as a stub or

[Openstack] Couldn't find stack-screenrc

2012-11-14 Thread Johannes Baltimore
Hi. I got devstack today, but I've been going through a problem. Whenever i turn on the machine, I cannot run the rejoin-stack.sh script, even though I've ran stack.sh before. It says the stack-screenrc file couldn't be found, and then asks me to run stack.sh again. Does anyone knows why does this

[Openstack] Minutes from the Technical Committee meeting (Nov 13)

2012-11-14 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * The following motion on 3rd-party APIs was approved: "The previous aspirational statement that the PPB made in May 2012 about 3rd party APIs being

Re: [Openstack] Fwd: Devstack does not complete the installation because of the inexistence of image files at "images.ansolabs.com"

2012-11-14 Thread Mate Lakat
Hi, Sorry for the delay. tty.tgz and the guest tools are uploaded to github. Here is the gerrit review for the devstack changes: https://review.openstack.org/#/c/16069/1 In your mail, you were mentioning several other urls, I think they have all been changed since then. Mate On Sun, Oct 28, 20

[Openstack] Can't switch projects in horizon using devstack to install stable/folsom

2012-11-14 Thread Ray Sun
I used devstack to install stable/folsom, but I can't switch projects after successfully installation. I try to find the reason, and I found the code in python-keystoneclient/keystoneclient/v2_0/tokens.py: 37 reset = 0 38 if self.api.management_url is None: 39 reset

[Openstack] How to use a Virtio-serial port

2012-11-14 Thread Veera Reddy
Hi, I want to use virtio-serial to communicate from compute node to guest VM. I have 2 queries regarding 1. What are the changes need to be done for libvirt.xml . 2. How to communicate to guest vm from compute node using virtio-serial. Thanks in advance... -- Regards, Veera. __

Re: [Openstack] snapshots, backups of running VMs and compute node recovery

2012-11-14 Thread gtt116
Hi, After delete all instance and recreate them, their fixed-ip and uuid will change. I don't think the way is good enough to end user. If we can rebuild instance with same uuid and fixed-ip, etc to another host will be good. - Tian 于 2012年11月13日 17:02, Édouard Thuleau 写道: > Hi Jānis, > > Yes,

[Openstack] [Nova] Questions about '_update_usage_from_instances'

2012-11-14 Thread hzguanqiang
Hi, guys. I found something confused when I studied resource tracking in Nova. In resource_tracker.py, the function '_update_usage_from_instances()' made a clear reset to 'self.traced_instaces' and 'resources'. And then for each instance, function '_update_usage_from_instance()' is called to up

[Openstack] [Nova] Questions about '_update_usage_from_instances'

2012-11-14 Thread hzguanqiang
Hi, guys. I found something confused when I studied resource tracking in Nova. In resource_tracker.py, the function '_update_usage_from_instances()' made a clear reset to 'self.traced_instaces' and 'resources'. And then for each instance, function '_update_usage_from_instance()' is called to up