Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Pavlo Shchelokovskyy
Hi Michael, you should consult the docs for "keystoneauth" library [0], that is actually using these options to construct an authentificated client. It supports quite a number of auth plugins (that's what you specify as auth_type), each having specific other options. [0] http://docs.openstack.org

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
Hi Michael, in addition to Pavlo's answer I just wanted to add what I use as auth_type, referring to the Mitaka guide the value is: auth_type = password Regards, Eugen Zitat von Pavlo Shchelokovskyy : Hi Michael, you should consult the docs for "keystoneauth" library [0], that is actuall

Re: [Openstack] cinder_img_volume_type value for a NFS shared storage ...

2016-06-03 Thread Jean-Pierre Ribeauville
Hi, Thanks for info. " And then boot an instance from volume using this image." Does it mean that ,by booting in that way such an image , it will be created a volume "dedicated" for this instance ? Then I may stop this instance and run it on another compute node ? or migrate it "live" to

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Michael Van Der Beek
Hi Eugen, Based on the Mitaka guide. In the compute node, I've put in the nova.conf [DEFAULT] ... rpc_backend = rabbit rabbit_host = controller rabbit_password = RABBIT_PASS auth_strategy = keystone my_ip = MANAGEMENT_INTERFACE_IP_ADDRESS [vnc] vnc_enabled = True vncserver_listen = 0.0.0.0 vncser

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
There are several places to define the auth_type, basically for every openstack service like glance, cinder, neutron etc. On controller node, the nova.conf contains two sections with auth_type. [keystone_authtoken] auth_type = password username = nova ... [neutron] username = neutron auth_type

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Michael Van Der Beek
Hi Eugen, Thanks for your help. Had pretty interesting results. I've added auth_type in the keystone section of glance. [keystone_authtoken] auth_uri = http://controller:5000/v2.0 identity_uri = http://controller:35357 admin_tenant_name = service admin_user = glance admin_password = a4b249a2373e

Re: [Openstack] Heat create-stack fails.

2016-06-03 Thread Eugen Block
So you have another config option you have to provide for all relevant services. Either you do this step by step changing one file after another and watch the logs to see the next failing option. Or you scan through the install guide to edit alle configs at once before restarting the servie

Re: [Openstack] cinder_img_volume_type value for a NFS shared storage ...

2016-06-03 Thread Mitsuhiro Tanino
> Hi, > > Thanks for info. > > " And then boot an instance from volume using this image." > > Does it mean that ,by booting in that way such an image , it will be created > a volume > "dedicated" for this instance ? Correct. > Then I may stop this instance and run it on another compute nod

Re: [Openstack] cinder_img_volume_type value for a NFS shared storage ...

2016-06-03 Thread Jean-Pierre Ribeauville
Hi, Many thanks for your help. Regards, J.P. -Original Message- From: Mitsuhiro Tanino [mailto:mitsuhiro.tan...@hds.com] Sent: vendredi 3 juin 2016 17:15 To: Jean-Pierre Ribeauville; openstack@lists.openstack.org Subject: RE: [Openstack] cinder_img_volume_type value for a NFS shared sto

Re: [Openstack] Openstack Mitaka - Neutron configuration

2016-06-03 Thread Matt Kassawara
You can use the management interface in the Linux bridge agent interface mappings, but using a single interface for management and instances with Linux bridge requires some additional configuration at the host level to prevent the Networking service from breaking management connectivity. Also, DHCP

[Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread shivkumar gupta
Hello Experts, I am very beginner to Open stack and trying to install open stack on my PC for practice. I am having windows 7 PC with 8 GB RAM.  am trying to install Mirantis OpenStack using Cygwin64 Terminal but I am getting following error.  Can some please help me to resolve this issue. $ ./la

Re: [Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread Chow Anthony
I googled with the error message and there seems to be a bug fix for this and the commit message said it is looking for a file call “dumpkey.cache” in the main directory. Not sure which branch this fix is checked in for. I know Mirantis is using FUEL to deploy it OpenStack. https://review.ope

[Openstack] dumb neutron question

2016-06-03 Thread John van Ommen
Let's say I have two networks. One network is 10.241.0.1/24, and my VMs are on that network. The other network is a provider network with a CIDR of 192.168.100.0/22. There's an illustration of what I mean here: https://developer.rackspace.com/blog/neutron-networking-l3-agent/ Okay, so here's my

[Openstack] [Sahara] Cluster launching times out with Oozie

2016-06-03 Thread Jeremy Freudberg
Hi, I'm running DevStack on Ubuntu 16.04 and having some issues with Sahara. Namely, I can not launch a cluster if one of the nodes is running Oozie. I end up getting the error "Creating cluster failed for the following reason(s): 'Operation' timed out after 300 second(s)". Without Oozie, everythin

Re: [Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread shivkumar gupta
Thanks Antony, Can someone please let me know the possible fix for this issue as i stuck and cant move forward. RegardsShivkumar  On Friday, 3 June 2016 11:13 PM, Chow Anthony wrote: #yiv5481341884 #yiv5481341884 -- _filtered #yiv5481341884 {font-family:Helvetica;panose-1:2 11 6 4 2 2

Re: [Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread Chow Anthony
Have you consider Darek Smigiel’s suggestion for you? He replied to your query. Anthony. From: shivkumar gupta [mailto:shivkumar_gupt...@yahoo.com] Sent: Friday, June 03, 2016 7:54 PM To: Chow Anthony; openstack@lists.openstack.org Subject: Re: [Openstack] [Open Stack] Issue During Mirantis Open

Re: [Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread Darek Smigiel
Hey, Unfortunately, Shivkumar didn’t get my message, because I responded just to you, Anthony :/ Copy-paste: Shivkumar, Installing OpenStack on Windows is not a very good idea. First of all, OpenStack must be run on Linux. It requires a lot of internal features, provided by Linux, which Window

Re: [Openstack] [Open Stack] Issue During Mirantis OpenStack Installation

2016-06-03 Thread Chow Anthony
Shivkumar, This is Darek Smigiel’s reply to you that you did not received: Shivkumar, Installing OpenStack on Windows is not a very good idea. First of all, OpenStack must be run on Linux. It requires a lot of internal features, provided by Linux, which Windows simply doesn’t have. Second, If yo

[Openstack] [openstack][neutron][odl] east-west north-south communication is not happening

2016-06-03 Thread Kamsali, Raghavendrachari
Hi, Am using 3controller(HA) , 2compute nodes,odl as cluster(HA) deployed same on openstack three controllers. Openstack: liberty Opendaylight: beryllium Openvswitch: 2.4.0 Controller network services: --- openvswitch-switch neutron-l3-agent neutron-dhcp-agent

[Openstack] maas + juju wondering -- openstack installation

2016-06-03 Thread Remo Mattei
Hello all, I was looking into maas and juju, I wonder if there is anything special to install openstack and have a dual juju server as redundant. Any suggestions are welcomed. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openst