[Openstack] openstack dashboard default page changing

2012-08-20 Thread sarath zacharia
Hai , We created a new site for explaining our cloud research work. But when we deployed that html page to openstack dashboard folder then the page shows some permission problem like The page you were looking for doesn't exist You may

Re: [Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Ruzicka, Marek
Hi Juris, Yes it is possible. We are running 2 different public subnets on 2 different vlan interfaces. Did you try something like: nova-manage floating create --ip_range= --pool= --interface= Hopefully I have it right, not at the computer atm... Let me know if it is working for you. If not,

Re: [Openstack] Question about Flat DHCP networking

2012-08-20 Thread hitesh wadekar
Oh..I see. I look forward to see your code for it :) Thanks, Hitesh On Tue, Aug 21, 2012 at 11:27 AM, Eugene Kirpichov wrote: > Heh, that's an article by my colleague Piotr Siwczak, which I already > read very thouroughly during the review process - but thanks ;) > > Actually I already found th

Re: [Openstack] Question about Flat DHCP networking

2012-08-20 Thread Eugene Kirpichov
Heh, that's an article by my colleague Piotr Siwczak, which I already read very thouroughly during the review process - but thanks ;) Actually I already found the answer to my question and added it to the documentation (when the codereview is completed) - it was related to nova-dhcpbridge script.

Re: [Openstack] Question about Flat DHCP networking

2012-08-20 Thread hitesh wadekar
May be this article will help. http://www.mirantis.com/blog/openstack-networking-flatmanager-and-flatdhcpmanager/ Thanks, Hitesh On Tue, Aug 21, 2012 at 3:16 AM, Eugene Kirpichov wrote: > Hi, > > I found the code. It's a dnsmasq dhcp-script called by dnsmasq for > various events, it resides in

[Openstack] [Glance] Windows image password customize?

2012-08-20 Thread 한승진
Hi I'm studying how to regenerate or customize windows instance when the instance boot. However, I cannot get an answer still now. Linux image doesn't have to regenerate the password because of keyfile login. Do you have any idea ?? ___ Mailing list: h

[Openstack] openstack libvirt lxc

2012-08-20 Thread 廖南海
Who use the lxc virtual machine? Please give me some advices? I encountered some problems. Thank you! -- Never stop touch forever! ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launch

Re: [Openstack] multiple LDAPs in OpenStack

2012-08-20 Thread Dolph Mathews
While there's no implementation of this in keystone today, I'm sure you could write your own LDAP driver in keystone, heavily leveraging the existing LDAP driver. -Dolph On Mon, Aug 20, 2012 at 4:19 PM, Ryan Lane wrote: > On Mon, Aug 20, 2012 at 1:52 PM, pat wrote: > > Hello, > > > > I'm new t

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Dolph Mathews
I have the majority of the latest v3 draft implemented on both the client and server, but it's neither complete nor polished... yet. My goal is to have a solid implementation (perhaps in a branch?) for everyone to poke at in plenty of time for the summit :) -Dolph On Mon, Aug 20, 2012 at 4:33 PM

Re: [Openstack] Question about Flat DHCP networking

2012-08-20 Thread Eugene Kirpichov
Hi, I found the code. It's a dnsmasq dhcp-script called by dnsmasq for various events, it resides in nova/bin/nova-dhcpbridge and it, among other things, calls release_fixed_ip when the lease expires. On Sat, Aug 18, 2012 at 1:01 AM, Aaron Rosen wrote: > Hi Eugene, > > I'm not sure I have not lo

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Gabriel Hurley
Given that the v3 API didn't get implemented in Folsom that gives us a perfect opportunity to talk about this stuff at the Grizzly summit! ;-) - Gabriel > -Original Message- > From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net > [mailto:openstack- > bounces+gabriel

Re: [Openstack] multiple LDAPs in OpenStack

2012-08-20 Thread Ryan Lane
On Mon, Aug 20, 2012 at 1:52 PM, pat wrote: > Hello, > > I'm new to this list and OpenStack at all. I want to ask a question: I want to > ask if it's possible to use one LDAP per tenant. I've searched the web, but > didn't found the answer. > In keystone this is not currently possible. - Ryan _

[Openstack] multiple LDAPs in OpenStack

2012-08-20 Thread pat
Hello, I'm new to this list and OpenStack at all. I want to ask a question: I want to ask if it's possible to use one LDAP per tenant. I've searched the web, but didn't found the answer. Thanks Pat Freehosting PIPNI - http://www.pipni.cz/

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Joseph Heck
In the V3 Keystone API, we asserted that we wanted filter functions, but didn't go to the length of defining a "sort_key" and "sort_direction" in the API spec. ref: https://docs.google.com/document/d/1VP-bTBbwsn6q-rDzuS9CEKb2ubE1VjbWRFd4BkkjoOY/edit?pli=1 -joe On Aug 20, 2012, at 10:05 AM, Bri

Re: [Openstack] [openstack-dev] [Glance] Implementing Common Image Properties

2012-08-20 Thread Gabe Westmaas
It would definitely be great to see these as generally accepted properties. In general, I would hope that anything that is accepted by the community eventually makes it into core API, and shipping with them on by default is a great first step. Mostly, I'd like to see us able to turn off the "

[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another publi

[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another publi

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Matt Joyce
+10 On Mon, Aug 20, 2012 at 11:42 AM, Gabriel Hurley wrote: > For two summits running I've been advocating the need for a common > standard of functionality for all OpenStack APIs (things like sorting, bulk > operations, filtering, pagination, etc.). I intend to push on the issue > even harder th

Re: [Openstack] AWS CreateImage compat

2012-08-20 Thread Jorge Niedbalski
Hello Eoghan, On Wed, Jul 25, 2012 at 5:38 AM, Eoghan Glynn wrote: > > > Hi Jorge, > > What version are you testing against? Essex > > I recently got a series of patches onto master that addressed a bunch > of issues in the EC2 CreateImage support, so that it now works smoothly > with volume-ba

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Gabriel Hurley
For two summits running I've been advocating the need for a common standard of functionality for all OpenStack APIs (things like sorting, bulk operations, filtering, pagination, etc.). I intend to push on the issue even harder this time around at the Grizzly summit (I'm going to propose an entir

[Openstack] [Glance] Implementing Common Image Properties

2012-08-20 Thread Brian Waldon
We discussed a common set of image properties a while back on the mailing list ([1] and [2]). The general idea was to define a common way to expose useful image properties (distro, version, architecture, packages, etc). It doesn't appear we ever came to a hard consensus, but Rackspace has been

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Chuck Short
Hi, Yes, they are safe to use and they are production ready. regards chuck On Sun, 19 Aug 2012 20:20:18 +0800 Ji Zhang wrote: > Hi, > > I'm to deploy OpenStack Essex in production environment. According to > the official manual, I should either install it manually or use > dodai-deploy. After

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Joshua Harlow
I'm working on making anvil build packages (at least basic ones). My idea is that since it will somewhat track how to setup/uninstall/configure (along with it knowing how to map pip packages to distribution packages, something being helped by the new more complete pip-requires lists) an openstack

Re: [Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread Brian Waldon
As we can't just add things to our APIs, it's not straight-forward to support them across the board. I think it would make sense to bake these parameters into the next versions of our APIs for collection sorting, but my opinion is definitely biased. Maybe Joe Heck can comment, as he's working

[Openstack] Floating IPs and multiple NICs

2012-08-20 Thread Juris
Greetings everyone, Just a quick question. Is it possible to assign floating IPs to multiple nova node interfaces? For instance if I have a server with 4 NICs and I'd like to use NIC1 for private network, NIC2 for data and management, NIC3 for one of my public IP subnets and NIC4 for another publi

[Openstack] sort_key and sort_dir for collections based REST APIs

2012-08-20 Thread boden
All, Is anybody here familiar with the 'sort_key' and 'sort_dir' parameters for collection based APIs? Specifically I'm wondering if there are any plans to add support for these 2 params across the board (all collections based REST APIs including the 'primary compute extensions')? Based on my goog

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Jonathan D. Proulx
Hi All, Dave and Marek both have good points. But I have to say I'm more with Dave on this one. OpenStack is still moving very fast so two month is a long time, but if the version in you distro isn't ready for production for you then OpenStack isn't ready for production for you unless you have

[Openstack] VM's naming pattern.

2012-08-20 Thread Vladimir Glafirov
Hi all. I just wondering. Is there any way to specify virtual machines naming pattern in openstack. Let's presume I would need to create ten vm's with web##-dev names and 10 vm's with web##-prod names. If I specify number of instances in dashboard it name N instances with a same name. Thank you f

Re: [Openstack] keystone initialization problem

2012-08-20 Thread Xin Zhao
Thanks all for the suggestions, it helped to trace to the real problem: our own proxy server is misconfigured, nothing to do with openstack. After fixing proxy server, it works. Thanks, Xin On 8/17/2012 6:28 PM, Adam Young wrote: OK, SERVICE_TOKEN is the same as --token You can follow the st

Re: [Openstack] Keystone Folsom-3 git based installation failure.

2012-08-20 Thread Bekir Dogan
Hi; Do you have pyhon-dev package installed? bekir On Mon, Aug 20, 2012 at 2:40 PM, Trinath Somanchi < trinath.soman...@gmail.com> wrote: > Hi- > > I have downloaded the source code from https://launchpad.net/keystone/. > > > When I execute the command, " pip install -r tools/pip-requires ", I

[Openstack] Keystone Folsom-3 git based installation failure.

2012-08-20 Thread Trinath Somanchi
Hi- I have downloaded the source code from https://launchpad.net/keystone/. When I execute the command, " pip install -r tools/pip-requires ", I seeing the following errors. Please help me resolve the issue. root@openstackController:/home/localadmin/Desktop/openstackfolsom3/keystone-2012.2#

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Ruzicka, Marek
Don't get me wrong Dave, I'm pretty sure, that you guys at Ubuntu are doing a lot for the sake of this project. I definitely didn't any mean disrespect. On the other hand, I simply stay behind my statement... from my point of view it is not production ready. Production readiness highly depends o

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Dave Walker
>> - Reply message - >> From: "Ji Zhang" >> To: "openstack@lists.launchpad.net" >> Subject: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in >> Ubuntu 12.04 Official Repository? >> Date: Mon, Aug 20, 2012 04:58 >> >> >> >> Hi, >> >> I'm to deploy OpenStack Essex in

Re: [Openstack] [Nova] hostname vs hostIP in live-migration

2012-08-20 Thread Ruzicka, Marek
Hi Wangpan, 2. We were dealing with same thing few weeks ago... Solved it by running another instance of dnsmasq as dns resolver on our control-node. As long as you have small environment as we do, it is pretty simple to keep one /etc/hosts up to date. Regards, Marek Ruzicka System Engineer (

[Openstack] [Nova] hostname vs hostIP in live-migration

2012-08-20 Thread Wangpan
Hi all, I have a doubt about the configuration of live-migration, when we want to use the live-migration feature, we show change /etc/hosts on every host, so they can establish connection with each other by "hostname", if we don't of forget to do this, the live-migration will fail. and also I ha

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Ji Zhang
Hi Marek, Thanks for your reply. When Folsom comes out, I hope there'll be some sharing experiences on live-migration. On Mon, Aug 20, 2012 at 3:46 PM, Ruzicka, Marek wrote: > I would say it depends on your experience with OpenStack. > You can probably go for folsom-3... Till you find your way

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Ruzicka, Marek
I would say it depends on your experience with OpenStack. You can probably go for folsom-3... Till you find your way around, final release should be out and you can use it in production. (It's only a month or so away, and believe me, it will take you that time to install it, get to know it, and t

Re: [Openstack] Is It Safe to Use The OpenStack Packages Distributed in Ubuntu 12.04 Official Repository?

2012-08-20 Thread Ji Zhang
Hi, So you're suggesting I should install from source. Which branch/tag should I use? branch stable/essex? tag folsom-3? And also I'm worrying about upgrading and/or migration. Is it expensive to adopt a newer version of openstack? On Mon, Aug 20, 2012 at 2:53 PM, Ruzicka, Marek wrote: > Hi, >