Re: [openstack-dev] [devstack] local.conf ini file setting issues

2014-10-07 Thread Robert Li (baoli)
Hi Ian, I agree with your plan. I¹ve +1ed the first two patches. I responded to your comments on [3]. Basically I think that iniadd_literal is necessary. In addition, [3] will also keep the original order of items. With all of the three patches, I think the end result would be that it¹s almost e

[openstack-dev] [devstack] local.conf ini file setting issues

2014-10-06 Thread Ian Wienand
Hi, Rather than adding more MAGIC_VARIABLE="foo" variables to devstack that really only add lines to config files, I've been asking people to add them to local.conf and provide additional corresponding documentation if required. However increased use has exposed some issues, now covered by sever

Re: [openstack-dev] [Devstack][Ironic] Is devstack gate broken?

2014-09-27 Thread Peeyush Gupta
On 09/27/2014 08:15 PM, Sean Dague wrote: On 09/27/2014 10:42 AM, Peeyush Gupta wrote: Hi all, I have been trying to deploy ironic using devstack, but getting this error: 2014-09-27 14:34:07.758 | ++ err_trap 2014-09-27 14:34:07.759 | ++ local r=1 2014-09-27 14:34:07.760 | stack.sh failed: fu

Re: [openstack-dev] [Devstack][Ironic] Is devstack gate broken?

2014-09-27 Thread Sean Dague
On 09/27/2014 10:42 AM, Peeyush Gupta wrote: > Hi all, > > I have been trying to deploy ironic using devstack, but getting this error: > > 2014-09-27 14:34:07.758 | ++ err_trap > 2014-09-27 14:34:07.759 | ++ local r=1 > 2014-09-27 14:34:07.760 | stack.sh failed: full log in > /opt/stack/devstack.

[openstack-dev] [Devstack][Ironic] Is devstack gate broken?

2014-09-27 Thread Peeyush Gupta
Hi all, I have been trying to deploy ironic using devstack, but getting this error: 2014-09-27 14:34:07.758 | ++ err_trap 2014-09-27 14:34:07.759 | ++ local r=1 2014-09-27 14:34:07.760 | stack.sh failed: full log in /opt/stack/devstack.log.2014-09-27-193748 2014-09-27 14:34:07.766 | Error on e

Re: [openstack-dev] devstack - horizon dashboard issues

2014-09-22 Thread Alex Leonhardt
No probs - done that just now. Alex On 22 September 2014 08:20, Matthias Runge wrote: > On 21/09/14 22:55, Alex Leonhardt wrote: > > Hi guys, > > > > trying to get a devstack up and running, on a VM, but I keep getting > this: > > > > > > Error during template rendering > > > > In > > templ

Re: [openstack-dev] devstack - horizon dashboard issues

2014-09-22 Thread Matthias Runge
On 21/09/14 22:55, Alex Leonhardt wrote: > Hi guys, > > trying to get a devstack up and running, on a VM, but I keep getting this: > > > Error during template rendering > > In > template > |/opt/stack/horizon/openstack_dashboard/templates/context_selection/_project_list.html|, > error at

[openstack-dev] devstack - horizon dashboard issues

2014-09-21 Thread Alex Leonhardt
Hi guys, trying to get a devstack up and running, on a VM, but I keep getting this: Error during template rendering In template /opt/stack/horizon/openstack_dashboard/templates/context_selection/_project_list.html, error at line *7* Reverse for ''switch_tenants'' with arguments '(u'ca0fd29936a64

[openstack-dev] [Devstack][Icehouse] TENANT_ID Failure retrieving TENANT_ID for demo

2014-09-17 Thread foss geek
Dear All, I am getting below error while deploying all in one openstack using Devstack Icehouse stable version. 2014-09-18 03:21:56.897 | + TENANT_ID=db7fd8d208db41ea8622be52b520d44e 2014-09-18 03:21:56.897 | + die_if_not_set 374 TENANT_ID 'Failure retrieving TENANT_ID for demo' 2014-09-18 03:21

Re: [openstack-dev] [devstack] [cinder] [driver] Not able to create volume on a 3rd party driver backend

2014-09-16 Thread Amit Das
Hi All, If I set *max_attempts = 1* in /etc/cinder/cinder.conf, then the volume creation via 3rd party driver is success. However, this setting does not work for volume deletion. The volume gets deleted at openstack but never executes the driver code. I did above changes based on the error stack

[openstack-dev] [devstack] [cinder] [driver] Not able to create volume on a 3rd party driver backend

2014-09-16 Thread Amit Das
Hi All, While trying to create a volume using my cinder driver (on devstack), i get below issue w.r.t num_attempts. Am i missing any configuration here ? ^[[01;31m2014-09-16 13:20:37.837 TRACE oslo.messaging.rpc.dispatcher ^[[01;35m^[[00m File "/opt/stack/cinder/cinder/scheduler/filter_schedule

[openstack-dev] [Devstack][VCenter][n-cpu]Error: Service n-cpu is not running

2014-09-15 Thread foss geek
Dear All, I am using Devstack Icehouse stable version to integrate openstack with VCenter. I am using CentOS 6.5 64 bit. I am facing the below issue while running ./stack. Any pointer/help would be greatly appreciated. Here is related error log. $./stack.sh 2014-09-15 11:35:27.881 | + [[

Re: [openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Kevin Benton
I'm not sure why, but the default tenant network type was changed to vxlan. [1] You now need to specify Q_ML2_TENANT_NETWORK_TYPE=vlan 1. https://github.com/openstack-dev/devstack/commit/8feaf6c9516094df58df84479d73779e87a79264 On Mon, Aug 18, 2014 at 9:35 AM, Parikshit Manur wrote:

Re: [openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Brian Haley
When you don't specify it, the default network type is: (from lib/neutron_plugins/ml2) Q_ML2_TENANT_NETWORK_TYPE=${Q_ML2_TENANT_NETWORK_TYPE:-"vxlan"} You can try specifying that as "vlan" in your local.conf file and see what happens. -Brian BTW, this probably should have just gone to openst..

[openstack-dev] [Devstack] q-svc fails to start in devstack.

2014-08-18 Thread Parikshit Manur
Hi All, Start of q-svc in devstack fails with error message "No type driver for tenant network_type: vxlan. Service terminated!". I have not choosen vxlan as ML2 type driver in localrc. I have added the details of localrc file for my setup below for reference. Can you please poi

Re: [openstack-dev] [Devstack] [Cinder] Registering 3rd party driver as default

2014-08-14 Thread Amit Das
ot for usage questions)" > > Date: Thursday, August 14, 2014 at 5:37 AM > To: OpenStack Development Mailing List > > Subject: Re: [openstack-dev] [Devstack] [Cinder] Registering 3rd > party driver as default > > > With further debugging, i find that none o

Re: [openstack-dev] [Devstack] [Cinder] Registering 3rd party driver as default

2014-08-14 Thread Kerr, Andrew
ns)" Date: Thursday, August 14, 2014 at 5:37 AM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Devstack] [Cinder] Registering 3rd party driver as default With further debugging, i find that none of the configuration options present in /etc/cinder/cinder.conf are

Re: [openstack-dev] [Devstack] [Cinder] Registering 3rd party driver as default

2014-08-14 Thread Amit Das
With further debugging, i find that none of the configuration options present in /etc/cinder/cinder.conf are getting applied. Regards, Amit *CloudByte Inc.* On Thu, Aug 14, 2014 at 11:40 AM, Amit Das wrote: > Hi folks, > > I have been trying to run devstack with my

[openstack-dev] [Devstack] [Cinder] Registering 3rd party driver as default

2014-08-13 Thread Amit Das
Hi folks, I have been trying to run devstack with my cinder driver as the default volume_driver but with no luck. Devstack seems to register the lvm driver as the default always. I have tried below approaches: 1. directly modifying the /etc/cinder/cinder.conf file 2. creating a driver fil

Re: [openstack-dev] [devstack] Core team proposals

2014-08-12 Thread Dean Troyer
These changes have been completed. Welcome Ian! dt -- Dean Troyer dtro...@gmail.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] devstack build failures

2014-08-11 Thread daya kamath
all, is anyone seeing these failures in devstack - create_keystone_accounts 2014-08-11 02:47:47.906 | ++ get_or_create_project admin 2014-08-11 02:47:47.908 | +++ openstack project show admin -f value -c id 2014-08-11 02:47:48.825 | +++ openstack project create admin -f value -c id 2014-08-11 02:4

Re: [openstack-dev] devstack local.conf file

2014-08-11 Thread Asselin, Ramy
...@vedams.com] Sent: Monday, August 11, 2014 8:55 AM To: openst...@lists.openstack.org; openstack-dev@lists.openstack.org Subject: [openstack-dev] devstack local.conf file Hi, I have gone through devstack links. They are not clear like openstack.org<http://openstack.org> documents. For Example: whe

[openstack-dev] devstack local.conf file

2014-08-11 Thread Nikesh Kumar Mahalka
Hi, I have gone through devstack links. They are not clear like openstack.org documents. For Example: when i am using below local.conf file in devstack,"hp_msa_driver" is not coming in "enabled_backends" in cinder.conf after running stack.sh. [[local|localrc]] ADMIN_PASSWORD=vedams123 DATABASE_P

Re: [openstack-dev] [devstack] Core team proposals

2014-08-08 Thread Gary Kotton
+1 From: chandankumar mailto:chandankumar.093...@gmail.com>> Reply-To: OpenStack List mailto:openstack-dev@lists.openstack.org>> Date: Friday, August 8, 2014 at 2:14 PM To: OpenStack List mailto:openstack-dev@lists.openstack.org>> Subject: Re: [openstack-dev] [devstack] C

Re: [openstack-dev] [devstack] Core team proposals

2014-08-08 Thread chandankumar
On 08/08/2014 01:05 PM, Chmouel Boudjnah wrote: On Thu, Aug 7, 2014 at 8:09 PM, Dean Troyer > wrote: Please respond in the usual manner, +1 or concerns. +1, I would be happy to see Ian joining the team. +1 Chmouel __

Re: [openstack-dev] [devstack] Core team proposals

2014-08-08 Thread Chmouel Boudjnah
On Thu, Aug 7, 2014 at 8:09 PM, Dean Troyer wrote: > Please respond in the usual manner, +1 or concerns. +1, I would be happy to see Ian joining the team. Chmouel ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack

Re: [openstack-dev] [devstack] Core team proposals

2014-08-07 Thread Sean Dague
On 08/07/2014 02:09 PM, Dean Troyer wrote: > I want to nominate Ian Wienand (IRC: ianw) to the DevStack core team. > Ian has been a consistent contributor and reviewer for some time now. > He also manages the Red Hat CI that runs tests on Fedora, RHEL and > CentOS so those platforms have been a p

[openstack-dev] [devstack] Core team proposals

2014-08-07 Thread Dean Troyer
I want to nominate Ian Wienand (IRC: ianw) to the DevStack core team. Ian has been a consistent contributor and reviewer for some time now. He also manages the Red Hat CI that runs tests on Fedora, RHEL and CentOS so those platforms have been a particular point of interest for him. Ian has also

Re: [openstack-dev] DevStack program change

2014-08-05 Thread Dean Troyer
Thanks for the feedback everyone, I've proposed the change in https://review.openstack.org/112090. dt -- Dean Troyer dtro...@gmail.com ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo

Re: [openstack-dev] DevStack program change

2014-08-04 Thread Russell Bryant
On 08/04/2014 04:23 AM, Thierry Carrez wrote: > Matthew Treinish wrote: >> On Fri, Aug 01, 2014 at 03:50:53PM -0500, Anne Gentle wrote: >>> On Fri, Aug 1, 2014 at 10:48 AM, Dean Troyer wrote: >>> I propose we de-program DevStack and consolidate it into the QA program. Some of my concern

Re: [openstack-dev] DevStack program change

2014-08-04 Thread Thierry Carrez
Matthew Treinish wrote: > On Fri, Aug 01, 2014 at 03:50:53PM -0500, Anne Gentle wrote: >> On Fri, Aug 1, 2014 at 10:48 AM, Dean Troyer wrote: >> >>> I propose we de-program DevStack and consolidate it into the QA program. >>> Some of my concerns about doing this in the beginning have proven to be

Re: [openstack-dev] DevStack program change

2014-08-03 Thread Matthew Treinish
On Fri, Aug 01, 2014 at 03:50:53PM -0500, Anne Gentle wrote: > On Fri, Aug 1, 2014 at 10:48 AM, Dean Troyer wrote: > > > I propose we de-program DevStack and consolidate it into the QA program. > > Some of my concerns about doing this in the beginning have proven to be a > > non-issue in practic

Re: [openstack-dev] DevStack program change

2014-08-01 Thread Anne Gentle
On Fri, Aug 1, 2014 at 10:48 AM, Dean Troyer wrote: > I propose we de-program DevStack and consolidate it into the QA program. > Some of my concerns about doing this in the beginning have proven to be a > non-issue in practice. Also, I believe a program's focus can and should be > wider than we

Re: [openstack-dev] DevStack program change

2014-08-01 Thread Jay Pipes
On 08/01/2014 11:48 AM, Dean Troyer wrote: I propose we de-program DevStack and consolidate it into the QA program. Some of my concerns about doing this in the beginning have proven to be a non-issue in practice. Also, I believe a program's focus can and should be wider than we have implemented

[openstack-dev] DevStack program change

2014-08-01 Thread Dean Troyer
I propose we de-program DevStack and consolidate it into the QA program. Some of my concerns about doing this in the beginning have proven to be a non-issue in practice. Also, I believe a program's focus can and should be wider than we have implemented up to now and this a step toward consolidati

[openstack-dev] [devstack][oslo.messaging] Adding a new RPC backend for testing AMQP 1.0

2014-07-23 Thread Ken Giusti
Hi, I'd like some help with $SUBJECT. I've got a WIP patch up for review: https://review.openstack.org/#/c/109118/ My goal is to have an RPC backend that I can use to test the new AMQP 1.0 oslo.messaging driver against. I suspect this new backend would initially only be used by tests specifica

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-22 Thread Andrea Frittoli
The v3 experimental jobs are available for tempest [0]: - check-tempest-dsvm-keystonev3-full - check-tempest-dsvm-neutron-keystonev3-ful At the moment the difference between these and the regular jobs are that what has been implemented in this bp [1]: - tempest works with v3 credential

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-22 Thread Joe Gordon
On Thu, Jul 17, 2014 at 11:12 AM, Morgan Fainberg wrote: > > > > > I wasn't aware that PKI tokens had domains in them. What happens to > nova > > > in this case, It just works? > > > > > > > Both PKI and UUID responses from v3 contain: > > > > 1. the user's domain > > > > And if it's a project sc

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-22 Thread Joe Gordon
) >>> openstack-dev@lists.openstack.org >>> Date: July 16, 2014 at 02:27:42 >>> To: OpenStack Development Mailing List (not for usage questions) >>> openstack-dev@lists.openstack.org >>> Subject: Re: [openstack-dev] [devstack][keystone] Devstack, auth_tok

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-17 Thread Morgan Fainberg
> > I wasn't aware that PKI tokens had domains in them. What happens to nova > > in this case, It just works? > > > > Both PKI and UUID responses from v3 contain: > > 1. the user's domain > > And if it's a project scoped token: > > 2. the project's domain > > Or if it's a domain-scoped

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-17 Thread Ryan Hallisey
commplex_main_port_t. Sincerely, Ryan - Original Message - From: "Ray Chen" To: "OpenStack Development Mailing List (not for usage questions)" Sent: Thursday, July 17, 2014 10:57:41 AM Subject: Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_soc

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-17 Thread Ray Chen
try to disable the selinux module. I can setup devstack env on my fedora machine with selinux disabled on my fedora machine, selinux is disable, and port 5000 look likes are still used by selinux, [ray@fedora devstack]$ sudo semanage port -l|grep 5000 cluster_port_t tcp 5149,

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-17 Thread Rich Megginson
On 07/16/2014 10:40 PM, Joe Jiang wrote: Hi all, Thanks for your responds. I try to running # sudo semanage port -l|grep 5000 in my envrionment and get same infomation. >> ... >> commplex_main_port_t tcp 5000 >> commplex_main_port_t udp 5000 then, I wanna remove this port(5000) from SELinux po

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-17 Thread Dolph Mathews
nt Mailing List (not for usage questions) >> openstack-dev@lists.openstack.org >> Subject: Re: [openstack-dev] [devstack][keystone] Devstack, auth_token >> and keystone v3 >> >> > On Tue, Jul 15, 2014 at 7:20 AM, Morgan Fainberg >> > wrote: >> >

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-17 Thread Joe Gordon
pment Mailing List (not for usage questions) > openstack-dev@lists.openstack.org > Date: July 16, 2014 at 02:27:42 > To: OpenStack Development Mailing List (not for usage questions) > openstack-dev@lists.openstack.org > Subject: Re: [openstack-dev] [devstack][keystone] Devstack, auth

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Joe Jiang
Hi all, Thanks for your responds. I try to running # sudo semanage port -l|grep 5000 in my envrionment and get same infomation. >> ... >> commplex_main_port_t tcp 5000 >> commplex_main_port_t udp 5000 then, I wanna remove this port(5000) from SELinux policy rules list use this command(semanage

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Rich Megginson
@lists.openstack.org openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000 Another problem with port 5000 in Fedora, and probably more recent versions of RHEL, is the sel

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Morgan Fainberg
@lists.openstack.org Subject:  Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000 > Another problem with port 5000 in Fedora, and probably more recent > versions of RHEL, is the selinux policy: > > # sudo seman

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-16 Thread Morgan Fainberg
: July 16, 2014 at 02:27:42 To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Subject:  Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3 > On Tue, Jul 15, 2014 at 7:20 AM, Morgan Fainberg > wrote: > >

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Rich Megginson
On 07/16/2014 08:43 AM, Brian Haley wrote: On 07/16/2014 07:34 AM, Joe Jiang wrote: Hi all, When I just set up my develope environment use devstack at CentOS 6.5, that fetch devstack source via github.com and checkout stable/icehouse branch. and bellow[1] is the error log fragment. I'm not sure

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-16 Thread Morgan Fainberg
morgan.fainb...@gmail.com Date: July 16, 2014 at 07:34:57 To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Subject:  [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3 > > > On Wednesday, July 16, 2014, Joe Gor

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Brian Haley
On 07/16/2014 07:34 AM, Joe Jiang wrote: > Hi all, > > When I just set up my develope environment use devstack at CentOS 6.5, > that fetch devstack source via github.com and checkout stable/icehouse branch. > and bellow[1] is the error log fragment. > I'm not sure if I am ok to ask my question i

[openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-16 Thread Morgan Fainberg
On Wednesday, July 16, 2014, Joe Gordon wrote: On Tue, Jul 15, 2014 at 7:20 AM, Morgan Fainberg wrote: On Tuesday, July 15, 2014, Steven Hardy wrote: On Mon, Jul 14, 2014 at 02:43:19PM -0400, Adam Young wrote: > On 07/14/2014 11:47 AM, Steven Hardy wrote: > >Hi all, > > > >I'm probably m

Re: [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Steve Martinelli
AM Subject:        [openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000 Hi all, When I just set up my develope environment use devstack at CentOS 6.5, that fetch devstack source via github.com and checkout stable/icehou

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-16 Thread Joe Gordon
On Wed, Jul 16, 2014 at 11:24 AM, Joe Gordon wrote: > > > > On Tue, Jul 15, 2014 at 7:20 AM, Morgan Fainberg < > morgan.fainb...@gmail.com> wrote: > >> >> >> On Tuesday, July 15, 2014, Steven Hardy wrote: >> >>> On Mon, Jul 14, 2014 at 02:43:19PM -0400, Adam Young wrote: >>> > On 07/14/2014 11:4

[openstack-dev] [devstack][keystone] (98)Address already in use: make_sock: could not bind to address [::]:5000 & 0.0.0.0:5000

2014-07-16 Thread Joe Jiang
Hi all, When I just set up my develope environment use devstack at CentOS 6.5, that fetch devstack source via github.com and checkout stable/icehouse branch. and bellow[1] is the error log fragment. I'm not sure if I am ok to ask my question in this mail list or not, because I search all of the

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-16 Thread Joe Gordon
On Tue, Jul 15, 2014 at 7:20 AM, Morgan Fainberg wrote: > > > On Tuesday, July 15, 2014, Steven Hardy wrote: > >> On Mon, Jul 14, 2014 at 02:43:19PM -0400, Adam Young wrote: >> > On 07/14/2014 11:47 AM, Steven Hardy wrote: >> > >Hi all, >> > > >> > >I'm probably missing something, but can anyone

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-15 Thread Morgan Fainberg
> > > Thanks for the info - any chance you can provide links to the relevant > > reviews here? If so I'll be happy to pull them and locally test to ensure > > our issues will be addressed :) > > > Sure! > > https://review.openstack.org/#/c/106819/ is the change for the > keystonemiddleware

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-15 Thread Morgan Fainberg
> Thanks for the info - any chance you can provide links to the relevant > reviews here? If so I'll be happy to pull them and locally test to ensure > our issues will be addressed :) > Sure! https://review.openstack.org/#/c/106819/ is the change for the keystonemiddleware package (where the ch

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-15 Thread Steven Hardy
On Tue, Jul 15, 2014 at 07:20:47AM -0700, Morgan Fainberg wrote: >We just did a test converting over the default to v3 (and falling back to >v2 as needed, yes fallback will still be needed) yesterday (Dolph posted a >couple of test patches and they seemed to succeed - yay!!)A It looks

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-15 Thread Morgan Fainberg
On Tuesday, July 15, 2014, Steven Hardy wrote: > On Mon, Jul 14, 2014 at 02:43:19PM -0400, Adam Young wrote: > > On 07/14/2014 11:47 AM, Steven Hardy wrote: > > >Hi all, > > > > > >I'm probably missing something, but can anyone please tell me when > devstack > > >will be moving to keystone v3, an

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-15 Thread Steven Hardy
On Mon, Jul 14, 2014 at 02:43:19PM -0400, Adam Young wrote: > On 07/14/2014 11:47 AM, Steven Hardy wrote: > >Hi all, > > > >I'm probably missing something, but can anyone please tell me when devstack > >will be moving to keystone v3, and in particular when API auth_token will > >be configured such

Re: [openstack-dev] Devstack (icehouse) - XCP - enable live migration

2014-07-15 Thread Bob Ball
-September/014556.html). Thanks, Bob From: Afef Mdhaffar [mailto:afef.mdhaf...@gmail.com] Sent: 14 July 2014 22:58 To: openst...@lists.launchpad.net; openst...@lists.openstack.org; OpenStack Development Mailing List Subject: [openstack-dev] Devstack (icehouse) - XCP - enable live migration Hi

[openstack-dev] Devstack (icehouse) - XCP - enable live migration

2014-07-14 Thread Afef Mdhaffar
Hi all, I have installed the latest release of openstack (icehouse) via devstack. I use XCP and would like to activate the "live migration" functionality. Therefore, I tried to set up the pool with creating "host aggregate". After adding the slave compute, nova-compute does not want to start any m

Re: [openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-14 Thread Adam Young
On 07/14/2014 11:47 AM, Steven Hardy wrote: Hi all, I'm probably missing something, but can anyone please tell me when devstack will be moving to keystone v3, and in particular when API auth_token will be configured such that auth_version is v3.0 by default? Some months ago, I posted this patch

[openstack-dev] [devstack][keystone] Devstack, auth_token and keystone v3

2014-07-14 Thread Steven Hardy
Hi all, I'm probably missing something, but can anyone please tell me when devstack will be moving to keystone v3, and in particular when API auth_token will be configured such that auth_version is v3.0 by default? Some months ago, I posted this patch, which switched auth_version to v3.0 for Heat

[openstack-dev] [devstack]

2014-07-09 Thread Nader Lahouti
Hi All, I need to add support for a mechanism driver in the devstack. Base on the info in the http://devstack.org/faq.html - need to go through the same process as openstack project. What needs to be done after filing a blueprint in launchpad for the approval? Thanks, Nader. ___

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-04 Thread Anant Patil
I did some dhcpdump and I could see that the requests were coming to the DHCP server and replies were sent. I am not able to ping the VMs from anywhere, DHCP namespace or Router namespace. I guess the problem is with interface being configured with the supplied IP address. On Fri, Jul 4, 2014 at

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-04 Thread Anant Patil
I am using Ubuntu 14.04 and running devstack from top of the tree. Everything goes fine, but I am not able to ping the instance IP addresses. I am not able to log into the VM using novnc, but I am sure the VM is not getting the IP Address. On Fri, Jul 4, 2014 at 4:47 PM, Anant Patil wrote: > Pa

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-04 Thread Anant Patil
Paul, you need run the command as admin. If you are sourcing openrc as demo tenant or something it will not list. However, I also face this issue of IP address not getting assigned. On Fri, Jul 4, 2014 at 2:35 AM, Kyle Mestery wrote: > On Thu, Jul 3, 2014 at 10:14 AM, Paul Czarkowski > wrote:

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-03 Thread Kyle Mestery
On Thu, Jul 3, 2014 at 10:14 AM, Paul Czarkowski wrote: > I¹m seeing similar. Instances launch, they show as having Ips in > `neutron list` but I cannot access them via IP. > > Other thing I¹ve notices is that doing a `neutron agent-list` gives me an > empty list, I would assume it should a

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-03 Thread Paul Czarkowski
I¹m seeing similar. Instances launch, they show as having Ips in `neutron list` but I cannot access them via IP. Other thing I¹ve notices is that doing a `neutron agent-list` gives me an empty list, I would assume it should at least show the dhcp agent ? On 7/1/14, 12:00 PM, "Kyle Mestery"

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-01 Thread Kyle Mestery
Hi Rob: Can you try adding the following config to your local.conf? I'd like to see if this gets you going or not. It will force it to use gre tunnels for tenant networks. By default it will not. ENABLE_TENANT_TUNNELS=True On Tue, Jul 1, 2014 at 10:53 AM, Rob Crittenden wrote: > Rob Crittenden

Re: [openstack-dev] [DevStack] neutron config not working

2014-07-01 Thread Rob Crittenden
Rob Crittenden wrote: > Mark Kirkwood wrote: >> On 25/06/14 10:59, Rob Crittenden wrote: >>> Before I get punted onto the operators list, I post this here because >>> this is the default config and I'd expect the defaults to just work. >>> >>> Running devstack inside a VM with a single NIC configur

Re: [openstack-dev] [DevStack] neutron config not working

2014-06-26 Thread Rob Crittenden
Mark Kirkwood wrote: > On 25/06/14 10:59, Rob Crittenden wrote: >> Before I get punted onto the operators list, I post this here because >> this is the default config and I'd expect the defaults to just work. >> >> Running devstack inside a VM with a single NIC configured and this in >> localrc: >>

[openstack-dev] [devstack][Manila][docs] Setting up Devstack with Manila on Fedora 20

2014-06-25 Thread Deepak Shetty
Hi List, I have created a new wikipage with the goal to document the steps needed to setup DevStack with Manila on F20. Added some troubleshooting tips based on my experience. https://wiki.openstack.org/wiki/Manila/docs/Setting_up_DevStack_with_Manila_on_Fedora_20 Pls have a look and provide

Re: [openstack-dev] [DevStack] neutron config not working

2014-06-25 Thread Kashyap Chamarthy
On Wed, Jun 25, 2014 at 01:36:02PM +0530, Kashyap Chamarthy wrote: > On Tue, Jun 24, 2014 at 06:59:17PM -0400, Rob Crittenden wrote: [. . .] > Examining my install log[2], I only see 3 ERRORs that looked legitimate: > > (1) A fatal error about 'yaml.h' header file not found: > ---

Re: [openstack-dev] [DevStack] neutron config not working

2014-06-25 Thread Kashyap Chamarthy
On Tue, Jun 24, 2014 at 06:59:17PM -0400, Rob Crittenden wrote: > Before I get punted onto the operators list, I post this here because > this is the default config and I'd expect the defaults to just work. > > Running devstack inside a VM with a single NIC configured and this in > localrc: > > d

Re: [openstack-dev] [DevStack] neutron config not working

2014-06-24 Thread Mark Kirkwood
On 25/06/14 10:59, Rob Crittenden wrote: Before I get punted onto the operators list, I post this here because this is the default config and I'd expect the defaults to just work. Running devstack inside a VM with a single NIC configured and this in localrc: disable_service n-net enable_service

[openstack-dev] [DevStack] neutron config not working

2014-06-24 Thread Rob Crittenden
Before I get punted onto the operators list, I post this here because this is the default config and I'd expect the defaults to just work. Running devstack inside a VM with a single NIC configured and this in localrc: disable_service n-net enable_service q-svc enable_service q-agt enable_service

Re: [openstack-dev] [DevStack] fails in lxc running ubuntu trusty amd64

2014-06-23 Thread Mike Spreitzer
Jérôme Gallard wrote on 06/19/2014 03:55:10 AM: > We worked with Devstack and LXC and got the same issue ( https:// > blueprints.launchpad.net/devstack/+spec/lxc-computes ). That blames open-iscsi, but the problem is now tgt. Cinder seems to have switched from open-iscsi to tgt. The install o

Re: [openstack-dev] [DevStack] fails in lxc running ubuntu trusty amd64

2014-06-19 Thread Mike Spreitzer
Sean Dague wrote on 06/19/2014 06:43:36 AM: > On 06/19/2014 03:03 AM, Mike Spreitzer wrote: > > In my linux containers running Ubuntu 14.04 64-bit, DevStack fails > > because it can not install the package named tgt. The problem is that > > the install script invokes the tgt service's start oper

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-19 Thread Elena Ezhova
I have managed to make zmq work using matchmaker ring, but I haven't tried it with more than one server. There are proposed fixes for the bugs that Mehdi mentioned ( https://review.openstack.org/#/c/100236/, https://review.openstack.org/#/c/84938/). But in any case, if zmq really is not used by an

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-19 Thread Sean Dague
On 06/19/2014 09:39 AM, Mark McLoughlin wrote: > On Thu, 2014-06-19 at 14:29 +0200, Mehdi Abaakouk wrote: >> Hi, >> >> Le 2014-06-19 00:30, Ben Nemec a écrit : >>> On 06/18/2014 05:45 AM, Elena Ezhova wrote: >>> So I wonder whether it is something the community is interested in and, if >

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-19 Thread Mark McLoughlin
On Thu, 2014-06-19 at 14:29 +0200, Mehdi Abaakouk wrote: > Hi, > > Le 2014-06-19 00:30, Ben Nemec a écrit : > > On 06/18/2014 05:45 AM, Elena Ezhova wrote: > > > >> So I wonder whether it is something the community is interested in > >> and, if > >> yes, are there any recommendations concerning

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-19 Thread Mehdi Abaakouk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, Le 2014-06-19 00:30, Ben Nemec a écrit : On 06/18/2014 05:45 AM, Elena Ezhova wrote: So I wonder whether it is something the community is interested in and, if yes, are there any recommendations concerning possible implementation? I can

Re: [openstack-dev] [DevStack] fails in lxc running ubuntu trusty amd64

2014-06-19 Thread Sean Dague
On 06/19/2014 03:03 AM, Mike Spreitzer wrote: > In my linux containers running Ubuntu 14.04 64-bit, DevStack fails > because it can not install the package named tgt. The problem is that > the install script invokes the tgt service's start operation, which > launches the daemon (tgtd), and the lau

Re: [openstack-dev] [DevStack] fails in lxc running ubuntu trusty amd64

2014-06-19 Thread Jérôme Gallard
Hi Mike, We worked with Devstack and LXC and got the same issue ( https://blueprints.launchpad.net/devstack/+spec/lxc-computes ). The issue seems to be linked with namespace: https://www.mail-archive.com/openstack-infra@lists.openstack.org/msg00839.html https://bugs.launchpad.net/ubuntu/+source/l

[openstack-dev] [DevStack] fails in lxc running ubuntu trusty amd64

2014-06-19 Thread Mike Spreitzer
In my linux containers running Ubuntu 14.04 64-bit, DevStack fails because it can not install the package named tgt. The problem is that the install script invokes the tgt service's start operation, which launches the daemon (tgtd), and the launch fails with troubles with RDMA. Has anybody tr

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-18 Thread Ben Nemec
On 06/18/2014 05:45 AM, Elena Ezhova wrote: > Hello! > > I have been exploring bugs connected with using devstack with zmq [1], [2], > [3] and experimenting with various configurations in attempt to make zmq > work with projects which have moved to oslo.messaging. It turned out that > there is a n

Re: [openstack-dev] DevStack hacks requirements.txt et al

2014-06-18 Thread Sean Dague
On 06/18/2014 01:57 AM, Clark Boylan wrote: > On Tue, Jun 17, 2014 at 10:33 PM, Mike Spreitzer wrote: >> I have noticed that lately DevStack has been hacking requirements.txt in >> most projects and test-requirements.txt in many. Why is this being done? >> >> Thanks, >> Mike >> __

[openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-18 Thread Elena Ezhova
Hello! I have been exploring bugs connected with using devstack with zmq [1], [2], [3] and experimenting with various configurations in attempt to make zmq work with projects which have moved to oslo.messaging. It turned out that there is a number of things to fix. Firstly, even though nova curre

Re: [openstack-dev] DevStack hacks requirements.txt et al

2014-06-17 Thread Clark Boylan
On Tue, Jun 17, 2014 at 10:33 PM, Mike Spreitzer wrote: > I have noticed that lately DevStack has been hacking requirements.txt in > most projects and test-requirements.txt in many. Why is this being done? > > Thanks, > Mike > ___ > OpenStack-dev mailin

[openstack-dev] DevStack hacks requirements.txt et al

2014-06-17 Thread Mike Spreitzer
I have noticed that lately DevStack has been hacking requirements.txt in most projects and test-requirements.txt in many. Why is this being done? Thanks, Mike___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cg

[openstack-dev] [devstack][multi-node installation]Compute node can't connnected to qpid and mysql.

2014-06-05 Thread Li, Chen
Hi list, I'm trying to install openstack ml2 neutron ml2 plugin devstack on 2 nodes with CentOS. Basically, I have followed http://devstack.org/guides/multinode-lab.html. That is really helpful. Things looks well on controller node. But, on the compute node, I get many issues. This is my local

[openstack-dev] [devstack] python-openstackclient error

2014-05-29 Thread Edward Hope-Morley
Currently hitting https://bugs.launchpad.net/devstack/+bug/1323430 with devstack HEAD. Anyone else? ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [devstack] Devstack Multinode on CentOS

2014-05-21 Thread Henrique Truta
Hello, Dague! Thanks for the support, but it's still not working. Have you tested it on CentOS? Do you have the controller config example? The one in the Multinode page didn't work for me. 2014-05-20 11:35 GMT-03:00 Sean Dague : > API should only be on the controller. You only want compute s

Re: [openstack-dev] [devstack] Devstack Multinode on CentOS

2014-05-20 Thread Sean Dague
API should only be on the controller. You only want compute services (n-cpu, n-net, c-vol) on the computes. You also need to set MULTI_HOST="True" for nova network. Some examples of working config at - https://github.com/sdague/devstack-vagrant/blob/master/puppet/modules/devstack/templates/local.e

Re: [openstack-dev] [devstack] Devstack Multinode on CentOS

2014-05-20 Thread Henrique Truta
Hello, Sean! I'm trying to use Nova Network instead of Neutron due to its simplicity, that's why I didn't specify any of this on the controller. On the compute node, I enabled "n-cpu,n-net,n-api,c-sch,c-api,c-vol", because that's what I thought were needed to become a Host... I'll try to disable

Re: [openstack-dev] [devstack] Devstack Multinode on CentOS

2014-05-19 Thread Collins, Sean
On Mon, May 19, 2014 at 05:00:26PM EDT, Henrique Truta wrote: > Controller localrc: http://paste.openstack.org/show/80953/ > > Compute node localrc: http://paste.openstack.org/show/80955/ These look backwards. The first pastebin link has no enabled services, while the pastebin you say is the comp

<    3   4   5   6   7   8   9   10   >