Re: [Openstack] [Nova] running devstack with hyper-v

2015-12-08 Thread Paul Carlton
Anyone know if it is possible to run hyper-v hypervisor in devststack? -- Paul Carlton Software Engineer Cloud Services Hewlett Packard Enterprise BUK03:T242 Longdown Avenue Stoke Gifford Bristol BS34 8QZ Mobile:+44 (0)7768 994283 Email:mailto:paul.carlt...@hpe.com Hewlett-Packard Ente

Re: [Openstack] [Congress] Progress with Congress Install on OPNFV

2015-12-08 Thread Tim Hinrichs
Hi Bryan, Yes. After cloning congress, you run that command. Tim On Tue, Dec 8, 2015 at 1:12 PM SULLIVAN, BRYAN L wrote: > Tim, > > > > Yes, using the stable version was my intent. I wasn’t sure how to do it, > thanks. > > > > Just a clarification: re “after downloading congress” do you mean

Re: [Openstack] [Congress] Progress with Congress Install on OPNFV

2015-12-08 Thread SULLIVAN, BRYAN L
Tim, Yes, using the stable version was my intent. I wasn’t sure how to do it, thanks. Just a clarification: re “after downloading congress” do you mean after cloning the repo? I guess so since it’s a git command. Thanks, Bryan Sullivan | AT&T From: Tim Hinrichs [mailto:t...@styra.com] Sent: Tu

Re: [Openstack] [Congress] Progress with Congress Install on OPNFV

2015-12-08 Thread Tim Hinrichs
Hi Bryan, That's great news! I'll add this to our IRC agenda for tomorrow. I don't know about the Horizon issue. Janet, any ideas? One thing I'd suggest is to use the Liberty version of Congress with the Liberty version of OpenStack. Pulling directly from master will be problematic (eventuall

[Openstack] State map of newly created instace and associated IP address

2015-12-08 Thread Laohu
I am developing an application in Python.  In simplistic ways, the application has threesteps, which will runs in batch 1. create an instance with volumes; 2. associate floating IP to the instance; 3. run ssh remote commands on the instance to get work done I know there is latency in step 1 & 2,

[Openstack] [Congress] Progress with Congress Install on OPNFV

2015-12-08 Thread SULLIVAN, BRYAN L
Tim and Congress team, sending here as I didn’t get a response on #congress, and in OPNFV we are trying to get to code freeze for our 2nd release by the end of this year. I’ve been able to get Congress (latest github code) installed but not fully functional, on an OPNFV base with OpenStack Libe

[Openstack] Swift - Container access across different project users

2015-12-08 Thread LucyGe
Hi all, I have a question about swift object storage. So I found out the container creation is within the scope of a project, which means different projects can have same container name created. e.g. Project 1 - user1 create “container1” Project 2 - user2 create “container1” this is allowe

Re: [Openstack] API call to attach volume does not work ?

2015-12-08 Thread Laohu
I switched to Nova API, and it is working now.  Thanks a lot. John On Monday, December 7, 2015 8:26 PM, hao wang wrote: Hi, Laohu You shouldn't use cinder attach API to attach a volume to an instance. Cinder attach API worked with Nova attach API, so you should call Nova attach API t

[Openstack] Provider network with OpenVSwitch

2015-12-08 Thread Silvia Fichera
Hi all, I found this scenario in the Openstack Liberty documentation: http://docs.openstack.org/networking-guide/scenario_provider_ovs.html It is very similar to my implementation, in fact I have an OVS that connects my compute and controller nodes. But what i would like to do is also control the

Re: [Openstack] [Nova] rdp console

2015-12-08 Thread Daniel P. Berrange
On Tue, Dec 08, 2015 at 01:21:41PM +, Paul Carlton wrote: > On 08/12/15 13:16, Daniel P. Berrange wrote: > >On Tue, Dec 08, 2015 at 12:53:57PM +, Paul Carlton wrote: > >>I'm working on a fix for tokens exposed in logs > >>https://review.openstack.org/#/c/220622 > >> > >>I'm trying to get rd

Re: [Openstack] [Nova] rdp console

2015-12-08 Thread Daniel P. Berrange
On Tue, Dec 08, 2015 at 12:53:57PM +, Paul Carlton wrote: > I'm working on a fix for tokens exposed in logs > https://review.openstack.org/#/c/220622 > > I'm trying to get rdp console working in devstack but not making much > headway. > > I'm wondering if rdp console only works with hyper-v o

Re: [Openstack] [Nova] rdp console

2015-12-08 Thread Paul Carlton
On 08/12/15 13:16, Daniel P. Berrange wrote: On Tue, Dec 08, 2015 at 12:53:57PM +, Paul Carlton wrote: I'm working on a fix for tokens exposed in logs https://review.openstack.org/#/c/220622 I'm trying to get rdp console working in devstack but not making much headway. I'm wondering if rdp

[Openstack] [Nova] rdp console

2015-12-08 Thread Paul Carlton
I'm working on a fix for tokens exposed in logs https://review.openstack.org/#/c/220622 I'm trying to get rdp console working in devstack but not making much headway. I'm wondering if rdp console only works with hyper-v or will it work with libvirt? Also, I'm guessing there is some service

Re: [Openstack] Cloudkitty - Pricing configuration automation

2015-12-08 Thread murali
Many thanks , Will have a look at this. I can see that it is shell script. Whether you have implemented Python script so far.? Regards, Murali. On 8 December 2015 at 16:33, Stéphane Albert wrote: > On Tue, Dec 08, 2015 at 03:58:47PM +0530, murali wrote: > > @Stéphane > > > > Many thanks. >

Re: [Openstack] Cloudkitty - Pricing configuration automation

2015-12-08 Thread Stéphane Albert
On Tue, Dec 08, 2015 at 03:58:47PM +0530, murali wrote: > @Stéphane > > Many thanks. > > Can you be able to show me any example for the same. > > Regards, > > Murali. Yes, I've attached an example on how to do it the quick way. ck_setup.sh Description: Bourne shell script

Re: [Openstack] Cloudkitty - Pricing configuration automation

2015-12-08 Thread murali
Many thanks, Can you be able to show me any example for the same. Regards, Murali. On 8 December 2015 at 15:54, Stéphane Albert wrote: > Hi, > > On Tue, Dec 08, 2015 at 02:29:19PM +0530, murali wrote: > > Hello, > > > > I am using cloudkitty in my Development environment. > > > > I have some

Re: [Openstack] Cloudkitty - Pricing configuration automation

2015-12-08 Thread Stéphane Albert
Hi, On Tue, Dec 08, 2015 at 02:29:19PM +0530, murali wrote: > Hello, > > I am using cloudkitty in my Development environment. > > I have some question regarding the cloudkitty. > > I need to achieve one goal with Cloudkitty with devstack. > > Actually in my development environment I can be abl

Re: [Openstack] [Nova] Stable/liberty does not work with hybrid clouds

2015-12-08 Thread Gary Kotton
Ok, thanks! Missed that. Will resurrect that On 12/8/15, 11:39 AM, "Daniel P. Berrange" wrote: >On Tue, Dec 08, 2015 at 07:11:22AM +, Gary Kotton wrote: >> Hi, >> Yesterday we hit the following bug: https://launchpad.net/bugs/1523503. An >> initial patch was posted https://review.opensta

Re: [Openstack] [Nova] Stable/liberty does not work with hybrid clouds

2015-12-08 Thread Daniel P. Berrange
On Tue, Dec 08, 2015 at 07:11:22AM +, Gary Kotton wrote: > Hi, > Yesterday we hit the following bug: https://launchpad.net/bugs/1523503. An > initial patch was posted https://review.openstack.org/#/c/254206/. This > morning I discovered that there were conflicts due to the merge > https://gi

[Openstack] [keystone]user role revoke from one tenants disables user's token got using another tenant

2015-12-08 Thread Akilesh K
Hi, There is a use case where keystone seems to behave improperly. Not sure if it is a bug, please do comment. A user has 'admin' role for two tenants. When I remove 'admin' role association from one tenant for the user, the user's token got earlier for other tenant becomes invalid. However if

[Openstack] Cloudkitty - Pricing configuration automation

2015-12-08 Thread murali
Hello, I am using cloudkitty in my Development environment. I have some question regarding the cloudkitty. I need to achieve one goal with Cloudkitty with devstack. Actually in my development environment I can be able to setup the Cloudkitty and also can be able to manually configure pricing us