[Openstack] Questions about novnc with multihost OpenStack Nova Compute(Essex) in multihost

2012-10-25 Thread ??????
Dear all, I have some questions about OpenStack Nova Compute(Essex) using novnc. I build a cluster using 4 computers with OpenStack Nova Compute in multihost. The follows were informations of my cluster: nova01:compute server,api server,controller server 192.168.3.3

Re: [Openstack] Questions about novnc with multihost OpenStack Nova Compute(Essex) in multihost

2012-10-25 Thread Staicu Gabriel
Hi, I have a cloud constructed on ubuntu12.04 with openstack essex.     -controller node: 10.205.16.18     The configuration regarding vnc:     --vncserver_host=0.0.0.0     --vncproxy_url=http://10.205.16.18:6080     --ajax_console_proxy_url=http://10.205.16.18:8000     --novnc_enabled=true    

Re: [Openstack] nova-br100.conf

2012-10-25 Thread Daniel Vázquez
If the instance has two network interfaces and two private networks created, AFAIK nova-br100.conf should be the two MAC and two IPs, but only has one. (Essex version) 2012/10/25 heut2008 heut2...@gmail.com: It contains the mapping between Instances IP and MAC addresses and is read by dnsmasq

[Openstack] Completely disabling openstack infraestructure on host

2012-10-25 Thread Daniel Vázquez
Hi here! Without reinstall the HOST SO, To completely disabling openstack infraestructure on host, I think need this steps: - stop all openstack servides - avoid restart services with the system - stop too database engine and http server - disable br100 and setup eth0 or eth1 withut bridge

Re: [Openstack] Questions about novnc with multihost OpenStack Nova Compute(Essex) in multihost

2012-10-25 Thread 张家龙
Dear Gabriel, Thanks for reply. With your suggestion,I modified my nova.conf like follows: controller nova.conf: vncserver_host=0.0.0.0 vncproxy_url=http://192.168.3.3:6080 ajax_console_proxy_url=http://192.168.3.3:8000 novnc_enabled=True novncproxy_base_url=http://192.168.3.3:6080/vnc_auto.html

[Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread gtt116
I look around by using `nova show` and using the REST api, but can not find the 'availability zone' field. Can any one tell me how to get it ? Thanks! -gtt ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
On Thu, Oct 25 2012, Dan Dyer wrote: I don't think its just a matter of adding more meters or events for a couple of reasons: 1. In many cases the metadata I am referring to comes from a different source than the base usage data. Nova is still emitting its normal events, but we get the

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
On Thu, Oct 25 2012, Angus Salkeld wrote: If you do auto scaling you will have a similar problem. Here you want to monitor the group (with instances comming and going) as a logical unit. One way would be to tag the instances and then extract the tag and send it with the metadata associated

Re: [Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread Ray Sun
If you run euca-run-instances, you will see there's an --availability-zone options there. euca-run-instances [-A, --access-key access_key ][-A, --secret-key secret_key ][--config config_path ][--debug][--debugger][-h, --help][--region region_name

Re: [Openstack] how to get 'availability zone' of an instance?

2012-10-25 Thread Ray Sun
And also if you run euca-describe-availability-zones, you'll see all the availability zones. AVAILABILITYZONE nova available - Ray Yours faithfully, Kind regards. CIeNET Technologies (Beijing) Co., Ltd Email: qsun01...@cienet.com.cn Office Phone: +86-01081470088-7079 Mobile Phone:

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Nick Barcet
Let's imagine that the service that launch instances can tag the instance with: a) a common service identifier (constant) b) a uuid unique for each Unit of the service such as constant:uuid If that tag is passed onto the events which ceilometer stores in its entirety as meta, I do not see what

Re: [Openstack] Ceilometer API Glossary

2012-10-25 Thread 吴亚伟
于 2012年10月24日 17:35, Julien Danjou 写道: On Wed, Oct 24 2012, 吴亚伟 wrote: I still have questions about the data in the mongodb. First: All the data about source in db is ?,for example: is it correct? Yes, that's what we used for now in the source code, so this is correct. If it

Re: [Openstack] Imposible terminate instance in essex

2012-10-25 Thread Ronivon Costa
Hi, Try setting the instance to Active/None/Running in the database, then terminate the instance. That works for me... :) Cheers, Roni. On 25 October 2012 01:27, Daniel Vázquez daniel2d2...@gmail.com wrote: Hi here! I can't terminate instance in essex version. I tried from horizon and

[Openstack] Local vlan id number is less than virtual network numbers

2012-10-25 Thread 吉海
Hello, i am a new quantum fun. I have a question about provision local vlan of ovs plugin. Plugin ovs agent can provide 4094 local vlan for local vlan mapping on integration bridge 'br-int'. But each physical network can have a vlan range, it may be 1-4094. If compute node has two physical

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-25 Thread Daniel Vázquez
If we create a volume out of openstack context (it's is not created on nova database) only on system level. Can we after add to openstack? reformulate ask, Can we add to openstack an existen volumen (it's living on nova-volumes group)? I'm not sure on nova-volume create command or horizon ... that

Re: [Openstack] [Openstack-operators] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-25 Thread Ywang225
How many disks on each storage node, and what's the model? Normally, small requests performance depends on proxy CPU, but disk model matters, especially for writes. If no bottlenecks on keystone, and disks aren't too bad, I assume over 1000 op/s can archive with one proxy plus 5 storage modes

Re: [Openstack] nova-br100.conf

2012-10-25 Thread heut2008
you mean the instance can only get one fixed ip? even through there are two public networks ,later, I will make a test by using devstack. 2012/10/25 Daniel Vázquez daniel2d2...@gmail.com: If the instance has two network interfaces and two private networks created, AFAIK nova-br100.conf

Re: [Openstack] Ceilometer API Glossary

2012-10-25 Thread Doug Hellmann
On Thu, Oct 25, 2012 at 5:39 AM, Julien Danjou jul...@danjou.info wrote: On Thu, Oct 25 2012, 吴亚伟 wrote: If it is just like what Eoghan said that it is unused right now as there is only a single source currently, what does the ? represent? If I want to establish a customer billing

Re: [Openstack] iptables rule missing in multi node setup

2012-10-25 Thread Brian Haley
On 10/24/2012 06:55 PM, Qin, Xiaohong wrote: Hi All, In one of my lab setups, I found the following iptable rules are missing on the controller node, Chain nova-compute-inst-3 (1 references) target prot opt source destination DROP all -- anywhere

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Doug Hellmann
That would be one way, but adding dimensions to the meters also makes sense because it reduces the need to collect the data more than once. For instance, if flavor was a dimension of the instance meter I wouldn't need the separate meter instance:flavor. These sorts of use cases were part of the

[Openstack] VM starts without an IP address

2012-10-25 Thread Bontala, Vibhuvardhan
Hi, I am running a pre GA version of Folsom code. I created a VM instance a while ago and it successfully picked up an IP address from the fixed IP range. After few days I suspended the VM using virsh directly and resumed it. Since then, the VM lost its IP address. I rebooted the VM a bunch of

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Julien Danjou
On Thu, Oct 25 2012, Doug Hellmann wrote: That would be one way, but adding dimensions to the meters also makes sense because it reduces the need to collect the data more than once. In case of group, the other problem is how to emit instance counter with group metadata (assuming this group

Re: [Openstack] Ceilometer API Glossary

2012-10-25 Thread Julien Danjou
On Thu, Oct 25 2012, Doug Hellmann wrote: We have special instructions for configuring glance to use rabbit for notifications in http://ceilometer.readthedocs.org/en/latest/install.html#configuring-devstackbut I don't see anything about cinder there. Do we need to add another step to set

Re: [Openstack] Why OpenStack use openvpn?

2012-10-25 Thread Hao Wang
Yep, I agree with you, Vish. My 2 cents, for the thread mentioning MAC OUI, it's about site-to-site connection. It's not implemented yet by cloudpipe. That probably is a feature in next version. Vinay, is what I am guessing correct? Thanks, Howard On Wed, Oct 24, 2012 at 6:31 AM, Vishvananda

[Openstack] floating IPs not routed from inside

2012-10-25 Thread Christian Parpart
Hey all, we're having quite a few compute nodes with Essex installed and one central nova-network gateway. We now have a few floating IPs set up to route from the world through the gateway to these VMs. However, accessing these floating (public) IPs from inside a *tenant's VM*results into

[Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Hao Wang
Hi stackers, I've got a quick question for you. Every time while I start devstack, the script will initialize mysql database. That makes me have to import customized images again. Do you know there is any way to avoid it? Thanks, Howard ___ Mailing

Re: [Openstack] nova-br100.conf

2012-10-25 Thread Daniel Vázquez
two private networks 10.0.1.0 and 10.0.2.0 openstack assings those ips to two interfaces on instance (cirros test image) but this file only reflects the ip assigned to 10.0.2.0 network. I'm reviewing this files because I'm locking for the cause that produces that instances can't obtain the IP

Re: [Openstack] VM starts without an IP address

2012-10-25 Thread Bontala, Vibhuvardhan
Never mind. The VM failed to boot and so the IP address was not assigned. Thanks Vibhu From: openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net [mailto:openstack-bounces+vibhuvardhan.bontala=emc@lists.launchpad.net] On Behalf Of Bontala, Vibhuvardhan Sent: Thursday, October

[Openstack] How to config nova.conf in controller if I use hyper-v as nova-compute

2012-10-25 Thread livemoon
I have read wiki http://docs.openstack.org/trunk/openstack-compute/admin/content/hyper-v-virtualization-platform.html to install nova-compute and configure in hyper-v. Now I have two question: 1, what about nova.conf in controller if my compute node is running hyper-V, is it the same as

Re: [Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Tong Li
Hao Wang, you can run rejoin-stack.sh from devstack directory to restart the whole thing. However, there are some problems dealing with volume. But other services should be OK. Thanks. Tong Li Emerging Technologies Standards From: Hao Wang hao.1.w...@gmail.com To:

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-25 Thread Gui Maluf
I think renaming the existent volume to a name that cinder/nova-volume recognize is enough. On Thu, Oct 25, 2012 at 8:48 AM, Daniel Vázquez daniel2d2...@gmail.com wrote: If we create a volume out of openstack context (it's is not created on nova database) only on system level. Can we after add

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-25 Thread Jonathan Proulx
On Thu, Oct 25, 2012 at 12:48:23PM +0200, Daniel Vázquez wrote: :If we create a volume out of openstack context (it's is not created on :nova database) only on system level. Can we after add to openstack? :reformulate ask, Can we add to openstack an existen volumen (it's :living on nova-volumes

Re: [Openstack] [Openstack-operators] [SWIFT] Proxies Sizing for 90.000 / 200.000 RPM

2012-10-25 Thread Alejandro Comisario
Well, we've conducted some test, but i dont know if it simulate the real use case, actually, the oposite, since the objects that are puted into the cluster, are read no more than twice, the thing is that they are millions. So, the test is as follow. We are using SWIFT 1.4.8 With Keystone. Behind

Re: [Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Dean Troyer
On Thu, Oct 25, 2012 at 10:03 AM, Tong Li liton...@us.ibm.com wrote: you can run rejoin-stack.sh from devstack directory to restart the whole thing. However, there are some problems dealing with volume. But other services should be OK. rejoin-stack.sh only addresses restarting the processes

[Openstack] Inserting into custom tables from horizon.

2012-10-25 Thread Srikanth Kumar Lingala
Hi, I want to create a new custom table in nova database and insert data into that table from Openstack Dashboard, by creating some custom fields. I am not able to find any SQL executions in the source code, as it is using django framework, which is similar to MVC architecture. Can anyone point me

Re: [Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Tong Li
As I indicated, you can dress the volume stuff. Here is the rejoin-stack.sh I have, I just added a few lines to deal with the volume problem, if you use the script attached, everything will work fine. if you have swift enabled, change the data file to fit your configuration (See attached file:

[Openstack] keystone folsom-backport timetable?

2012-10-25 Thread Ken Thomas
Hey all, Some keystone bugs tagged with ' folsom-backport ' were recently merged to master. Is there an ETA of when that backport will actually happen? And which branch/tag it'll be? Thanks, Ken ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Could I restart devstack with old configuration?

2012-10-25 Thread Davanum Srinivas
Here's what i am using http://davanum.wordpress.com/2012/10/17/scripts-to-startstop-openstack-environment-built-using-devstack/ -- dims On Thu, Oct 25, 2012 at 10:28 AM, Hao Wang hao.1.w...@gmail.com wrote: Hi stackers, I've got a quick question for you. Every time while I start devstack,

[Openstack] Swift 1.7.5 release plan

2012-10-25 Thread John Dickinson
Fast on the heels of a productive summit in San Diego, we are getting ready to release Swift 1.7.5. Our current schedule is to cut the QA release on November 5 and, assuming it passes all QA tests, prepare the final release on November 8. This is quite a solid release with a ton of bug fixes

[Openstack] Error while launching instance RHEL (cannot run lease-init script nova-dhcpbridge )

2012-10-25 Thread Pavan Kulkarni
Hi all, I am facing errors while launching instances on RHEL. The network.log says *cannot run lease-init script /usr/bin/nova-dhcpbridge* I did a liitle search and found out this linkhttps://lists.launchpad.net/openstack/msg08790.html, followed the instructions. I have the flag in nova.conf

Re: [Openstack] floating IPs not routed from inside

2012-10-25 Thread Brian Haley
On 10/25/2012 10:27 AM, Christian Parpart wrote: Hey all, we're having quite a few compute nodes with Essex installed and one central nova-network gateway. We now have a few floating IPs set up to route from the world through the gateway to these VMs. However, accessing these floating

Re: [Openstack] Why OpenStack use openvpn?

2012-10-25 Thread Vinay Bannai
Hao, I think Thierry and Nachi captured it well in their email responses to the thread. The Openstack foundation would (should) get a MAC OUI allocation from IEEE RAC that will be used as default instead of using the current default locally administered base_mac of fa:16:3e:00:00:00. Nothing

Re: [Openstack] Inserting into custom tables from horizon.

2012-10-25 Thread Gabriel Hurley
Horizon has (thus far) been designed to avoid requiring a persistent storage backend such as a database, so you won't find any code in there to do that. That said, Horizon is built on Django, and Django has a phenomenal ORM which works with most common database backends. Building a Django model

Re: [Openstack] Retrieve Endpoints

2012-10-25 Thread heckj
Hi Pradeep, I'm not sure what the context is for these values, so it's a little hard to assert a clear answer. For most openstack projects, (all but keystone), there's generally a single API endpoints, and the keystone service catalog is configured on deployment to point to those. The service

Re: [Openstack] Quantum features in the folsom release

2012-10-25 Thread Qin, Xiaohong
Hi, I have added the following section to the bug report, --- In the following quantum command, quantum net-create --tenant-id $TENANT_ID net1 --provider:network_type vlan --provider:physical_network physnet1 --provider:segmentation_id 1024 provider:segmentation_id is actually a VLAN id

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Doug Hellmann
On Thu, Oct 25, 2012 at 10:22 AM, Julien Danjou jul...@danjou.info wrote: On Thu, Oct 25 2012, Doug Hellmann wrote: That would be one way, but adding dimensions to the meters also makes sense because it reduces the need to collect the data more than once. In case of group, the other

[Openstack] Instrumentation Monitoring Next Step - quick meet up

2012-10-25 Thread Annie Cheng
Hi all, Couple of us chat in the summit design sessions and and after summit on #openstack irc regarding topic of Monitoring. We think it's best to do a quick meeting to get everyone on the same page, split works, and get at least a prototype going in Grizzly. Time: Monday (10/29/2012) 2200

Re: [Openstack] keystone folsom-backport timetable?

2012-10-25 Thread heckj
Hey Ken, Anyone can propose a backport at any time - I pestered Mark and he was kind enough to refer me to: * http://wiki.openstack.org/StableBranch#Proposing_Fixes and notes from the summit session around just this * https://etherpad.openstack.org/process-stable-branch I took a few minutes

Re: [Openstack] [ceilometer] Potential New Use Cases

2012-10-25 Thread Angus Salkeld
On 25/10/12 17:04 -0400, Doug Hellmann wrote: On Thu, Oct 25, 2012 at 10:22 AM, Julien Danjou jul...@danjou.info wrote: On Thu, Oct 25 2012, Doug Hellmann wrote: That would be one way, but adding dimensions to the meters also makes sense because it reduces the need to collect the data more

Re: [Openstack] keystone folsom-backport timetable?

2012-10-25 Thread Vishvananda Ishaya
Hi Ken, This will help explain the backport process: http://wiki.openstack.org/StableBranch As it says here: http://wiki.openstack.org/StableBranchRelease releases should be expected every 8 weeks or so. I expect we will do a 2012.2.1 as soon as the backport-worthy bug queue slows down a

Re: [Openstack] Error while launching instance RHEL (cannot run lease-init script nova-dhcpbridge )

2012-10-25 Thread Vishvananda Ishaya
check for nova-dhcpbridge.log files wherever your other logs are. You also might try running the script manually to see if it spits out any error messages. Vish On Oct 25, 2012, at 10:30 AM, Pavan Kulkarni pavan.babu...@gmail.com wrote: Hi all, I am facing errors while launching

Re: [Openstack] keystone folsom-backport timetable?

2012-10-25 Thread Ken Thomas
Thanks! Ken On 10/25/2012 3:04 PM, heckj wrote: Hey Ken, Anyone can propose a backport at any time - I pestered Mark and he was kind enough to refer me to: * http://wiki.openstack.org/StableBranch#Proposing_Fixes and notes from the summit session around just this *

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-25 Thread Jonathan Proulx
On Wed, Oct 24, 2012 at 6:32 PM, John Griffith john.griff...@solidfire.com wrote: Hey Jon, Cool... Yeah, I had intended for that patch to be a stable/folsom patch but shouldn't have submitted it to master :( The real problem isn't just normalizing the lvm names, but also the

Re: [Openstack] Using nova-volumes openstack LVM group for other pourposes

2012-10-25 Thread Daniel Vázquez
Yep! or maybe ... - we've an existent manual logical volume my-custom-volume. - create a new nova volume volume-0xx (openstack generate all database and configurations need) - delete the newest volume-0xx - rename my-custom-volume to volume-0xx - one coffe cup! :) I think ok, if no

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-25 Thread Vishvananda Ishaya
On Oct 25, 2012, at 4:03 PM, Jonathan Proulx j...@jonproulx.com wrote: I collected up my notes and expanded migration section of the release notes by a few steps http://wiki.openstack.org/ReleaseNotes/Folsom#OpenStack_Block_Storage_.28Cinder.29 Thanks for this! The information in the wiki

Re: [Openstack] Possible upgrade bug in nova-volume ( cinder)?

2012-10-25 Thread John Griffith
On Thu, Oct 25, 2012 at 5:03 PM, Jonathan Proulx j...@jonproulx.com wrote: On Wed, Oct 24, 2012 at 6:32 PM, John Griffith john.griff...@solidfire.com wrote: Hey Jon, Cool... Yeah, I had intended for that patch to be a stable/folsom patch but shouldn't have submitted it to master :(

[Openstack] Tracking triage statistics

2012-10-25 Thread Michael Still
Hi. nova-core wanted a tool to help us track how we were going with triage of incoming bugs, with the intention that we would discuss the statistics at our weekly meetings. I therefore whipped up a quick script to do this. The business rules are as follows: - report on triage events in the last

Re: [Openstack] Ceilometer, StackTach, Tach / Scrutinize, CloudWatch integration ... Summit followup

2012-10-25 Thread Jeffrey Budzinski
Yes, I think support for metrics objects that can be leveraged both by monkey patches and decorators was what we'd been thinking along the lines of. The metrics would be controlled via config both in what scopes are active (e.g. on|off for a package, module, etc.) and also the outlet for the

Re: [Openstack] Error while launching instance RHEL (cannot run lease-init script nova-dhcpbridge )

2012-10-25 Thread Pádraig Brady
On 10/25/2012 06:30 PM, Pavan Kulkarni wrote: Hi all, I am facing errors while launching instances on RHEL. The network.log says *cannot run lease-init script /usr/bin/nova-dhcpbridge* I did a liitle search and found out this link https://lists.launchpad.net/openstack/msg08790.html,

Re: [Openstack] Tracking triage statistics

2012-10-25 Thread Russell Bryant
On 10/25/2012 08:18 PM, Michael Still wrote: I'd be interested in comments people might have. The code is at http://bazaar.launchpad.net/~mikalstill/+junk/openstack-lp-scripts/view/head:/triage-stats.py Awesome, thanks! One thing I think we should do for these stats is filter out cases where

Re: [Openstack] Tracking triage statistics

2012-10-25 Thread Michael Still
On 10/26/2012 12:24 PM, Russell Bryant wrote: On 10/25/2012 08:18 PM, Michael Still wrote: I'd be interested in comments people might have. The code is at http://bazaar.launchpad.net/~mikalstill/+junk/openstack-lp-scripts/view/head:/triage-stats.py Awesome, thanks! One thing I think we

Re: [Openstack] Ceilometer, StackTach, Tach / Scrutinize, CloudWatch integration ... Summit followup

2012-10-25 Thread Joshua Harlow
As for statgen, I think that¹s just a temp repo, it'd be nice to have the end result of this be a library that provides somewhat generic metrics and plugins and such so that stacktech could use the outputs of it, ceilometer could the outputs and other systems could use the outputs (where an output

[Openstack] MAC address uniqueness in folsom

2012-10-25 Thread Neelakantam Gaddam
Hi All, Does the MAC address generated in quantum is unique across tenants in folsom? I am developing an application that requires unique MAC address. If not unique, is there any way to make MAC address unique? Please help me. Thanks in advance. -- Thanks Regards Neelakantam Gaddam

Re: [Openstack] MAC address uniqueness in folsom

2012-10-25 Thread Matthew Thode
On 10/25/2012 11:02 PM, Neelakantam Gaddam wrote: Hi All, Does the MAC address generated in quantum is unique across tenants in folsom? I am developing an application that requires unique MAC address. If not unique, is there any way to make MAC address unique? Please help me. Thanks in

Re: [Openstack] Tracking triage statistics

2012-10-25 Thread Michael Still
On 10/26/2012 12:41 PM, Russell Bryant wrote: On 10/25/2012 09:30 PM, Michael Still wrote: I thought about this... Surely any triage is better than none? If we don't reward self triage, then someone else will still have to triage the bug, right? I'd be interested in other people's thoughts

[Openstack] Scaling PaaS in OpenStack

2012-10-25 Thread Frans Thamura
Hi All Anyone can give me reference, related to scaling PaaS system in OpenStack? how (more basic better) scalable is implementing PaaS in OpenStack? right now, we create virtual machine and install ubuntu inside, and run CloudFoundry or OpenShift to make it PaaS enable. my target for PaaS is

Re: [Openstack-qa-team] [openstack-dev] Changes with ids/uuids?

2012-10-25 Thread Dolph Mathews
In short, PKI tokens are able to be validated client-side, reducing network chattiness with keystone, etc. Although PKI was implemented in Folsom, it wasn't shipped as the default. Our goal in changing the default now is to flush out any issues as early in the Grizzly cycle as possible. If

Re: [Openstack-qa-team] Changes with ids/uuids?

2012-10-25 Thread Adam Young
On 10/25/2012 12:49 PM, Daryl Walleck wrote: You hit the nail on the head. I got a bit jumpy and ended up filing a bug to Keystone and got that same response, which explains the token. I suppose the flavor id change was intentional as well, but I would've expected it to be a uuid instead of a

Re: [Openstack-qa-team] Changes with ids/uuids?

2012-10-25 Thread Adam Young
On 10/25/2012 01:41 PM, David Kranz wrote: Going forward, such changes should really be announced to the dev list. There is no reason people need to be left to trip over them. Good point. It was announced that it was coming for a while, and it should be a slide in replacement. But we should

Re: [Openstack-qa-team] Changes with ids/uuids?

2012-10-25 Thread Anne Gentle
I also requested a DocImpac flag on the patch set- basically just put DocImpact in the commit message. I've logged a doc bug so we can make sure people know about this from the docs. Thanks, Anne On Thu, Oct 25, 2012 at 12:41 PM, David Kranz david.kr...@qrclab.com wrote: Going forward, such