Re: [Openstack] Openstack Mitaka Domain question

2016-06-22 Thread Eugen Block
When you said "I use the same file for both horizon and keystone", I'm wondering if that means your Keystone policy file in Horizon is called policy.json. By default, it will need to be called keystone_policy.json. Sorry for my misleading answer, the files have different names, but the content

[Openstack] packets not reaching VM

2016-06-22 Thread Priyanka
Hi, We have a Openstack Juno setup with 1 controller+neutron node and 3 compute nodes. 1 VM (LB) has ipvsadm installed and two VMs act as back end server. On the server with ipvsadm I have eth0:0 IP as 192.168.1.21 which acts as application IP. The ipvsadm uses round robin scheme. This is do

Re: [Openstack] [Nova][Ironic] An issue of provision 3 ironic nodes using Heat

2016-06-22 Thread Duan, Li-Gong (Gary, HPServers-Core-OE-PSC)
Hi Dr. Pavlo, Thank you so much for pointing this out. It is very helpful for me to understand the issue. Regards, Gary From: Pavlo Shchelokovskyy [mailto:pshchelokovs...@mirantis.com] Sent: Tuesday, June 14, 2016 11:04 PM To: Duan, Li-Gong (Gary, HPServers-Core-OE-PSC) Cc: openstack@lists.ope

[Openstack] Unable to establish connection to http://controller:35357/v3/services

2016-06-22 Thread Venkatesh Kotipalli
Hi All, Os Type : Centos Openstack Version : Mitaka I am installing manually each services, but i am strucked level only in identity services. when i am creating "Create the service entity and API endpoints" it through an error is "*Unable to establish connection to http://controller:35357/v3/

Re: [Openstack] Unable to establish connection to http://controller:35357/v3/services

2016-06-22 Thread Turbo Fredriksson
On Jun 22, 2016, at 8:58 AM, Venkatesh Kotipalli wrote: > when i am creating "Create the service entity and API endpoints" it through > an error is "*Unable to establish connection to > http://controller:35357/v3/services " * What I found, the hard way, is tha

Re: [Openstack] packets not reaching VM

2016-06-22 Thread Brian Haley
On 06/22/2016 03:42 AM, Priyanka wrote: Hi, We have a Openstack Juno setup with 1 controller+neutron node and 3 compute nodes. 1 VM (LB) has ipvsadm installed and two VMs act as back end server. On the server with ipvsadm I have eth0:0 IP as 192.168.1.21 which acts as application IP. The ipvsad

[Openstack] how to change the admin password

2016-06-22 Thread Venkatesh Kotipalli
Hi All, How to change the admin password in mitaka version. Please share the process, please help me guys. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://l

Re: [Openstack] Release naming for P and Q open for nominations

2016-06-22 Thread Ed Leafe
On Jun 21, 2016, at 3:50 PM, Monty Taylor wrote: > https://wiki.openstack.org/wiki/Release_Naming/P_Proposals Have we gotten clearance on all of these? Specifically, ‘podunk’ has some negative connotations: http://www.urbandictionary.com/define.php?term=podunk -- Ed Leafe _

Re: [Openstack] how to change the admin password

2016-06-22 Thread Turbo Fredriksson
On Jun 22, 2016, at 4:15 PM, Venkatesh Kotipalli wrote: > How to change the admin password in mitaka version. - s n i p - bladeA03b:~# openstack --help | grep user [--os-user-domain-id ] [--os-user-domain-name ] [--os-scope ] [--os-user-

Re: [Openstack] Networking issues with neutron-linuxbridge-agent

2016-06-22 Thread Darragh O'Reilly
> I am seeing a strange behaviour of my cloud and could use some help on this.> > I have a project containing 2 VMs, one is running in an external > network, > the other is in a tenant-network with a floating ip. Security What version are you using? By external network, do you mean it has route

[Openstack] How do you usually design / develop northbound interfaces ?

2016-06-22 Thread Bruno Goncalves Tikami
Hello everyone, I'm pretty new to OpenStack and I intend to develop services that will need to make requests (some times sequential calls) to APIs of different OpenStack components (Nova, Neutron, Cinder and so on). My question is: when you need to do this, what's the usual standard / approach

[Openstack] Can't authenticate my services (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-22 Thread Turbo Fredriksson
On Jun 17, 2016, at 2:05 PM, Turbo Fredriksson wrote: > On Jun 17, 2016, at 1:12 PM, Eugen Block wrote: > >> Have you nova-compute.logs? > > They don't say a thing, so I'm guessing it never gets > that far. Running EVERYTHING with debugging, insensitive logging etc etc, I noticed that Nova coul

Re: [Openstack] Can't authenticate my services (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-22 Thread Turbo Fredriksson
On Jun 22, 2016, at 8:17 PM, Turbo Fredriksson wrote: > I can't see anything in the logs, even with debugging and verbose > enabled. What I do see is this: - s n i p - 2016-06-22 20:25:58.102 2942 DEBUG nova.service [req-e5132bf8-d3a1-4214-8cba-94ea06dfc273 - - - - -] Join ServiceGroup

Re: [Openstack] Release naming for P and Q open for nominations

2016-06-22 Thread Edward Leafe
On Jun 22, 2016, at 10:40 AM, Ed Leafe wrote: > >> https://wiki.openstack.org/wiki/Release_Naming/P_Proposals > > Have we gotten clearance on all of these? Specifically, ‘podunk’ has some > negative connotations: > > http://www.urbandictionary.com/define.php?term=podunk Never mind. The contri

Re: [Openstack] Can't authenticate my services (Was: Create instance fails on creating block device - Block Device Mapping is Invalid)

2016-06-22 Thread Turbo Fredriksson
On Jun 22, 2016, at 8:30 PM, Turbo Fredriksson wrote: > What I do see is this: Yay! I managed to solve a problem on my own!! :D Mostly by guessing and hoping, but the problem was solved none the less :D Tweaking *_tenant_* values etc apparently solved the problem. I now see my Compute node. An

Re: [Openstack] Create instance fails on creating block device - Block Device Mapping is Invalid

2016-06-22 Thread Turbo Fredriksson
Now that my authentication problems seems to be fixed, it's back on track with trying to boot my first instance.. On Jun 21, 2016, at 3:17 PM, Cynthia Lopes wrote: > If not, the command is: openstack volume create --size (size in GB) --image > (image name or id) volume_name > Just for info the c

[Openstack] Openstack Neutron lbaas question

2016-06-22 Thread zhihao wang
Dear Openstack Team: I have some questions regarding to openstack Mitaka Neutron lbaas For Neutron-lbaas installation, should I just follow this LINKhttps://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRunbut my openstack has controller and compute nodes. is not installed by Devstack, it is manual

[Openstack] [openstack]Authorization Failed: Unable to establish connection to http://controller/v2.0/tokens from other computers

2016-06-22 Thread Chunhai Feng
Hi all,I am facing a keystone authentication failure problem for several days.For the same command (Let's say, keystone --debug --os-username=admin --os-password=nova --os-auth-url="" href="http://10.155.136.40:35357/v2.0">htt

Re: [Openstack] [openstack]Authorization Failed: Unable to establish connection to http://controller/v2.0/tokens from other computers

2016-06-22 Thread Remo Mattei
Usually you need to use port 5000 iptables may block that port. Inviato da iPhone > Il giorno 22 giu 2016, alle ore 18:38, Chunhai Feng ha > scritto: > > Hi all, > > I am facing a keystone authentication failure problem for several days. > > For the same command (Let's say, keystone --debug

Re: [Openstack] Release naming for P and Q open for nominations

2016-06-22 Thread Morgan Fainberg
Usually this is simply a "recommendation" phase, where the real clearance is handled before the poll is sent out to everyone. --Morgan On Wed, Jun 22, 2016 at 12:37 PM, Edward Leafe wrote: > On Jun 22, 2016, at 10:40 AM, Ed Leafe wrote: > > > >> https://wiki.openstack.org/wiki/Release_Naming/

Re: [Openstack] How do you usually design / develop northbound interfaces ?

2016-06-22 Thread Guoyong
Hi, Bruno It looks like that you use HTML email format, please change to plaintext. Horizon make many openstack api calls. If you don’t like horizon GUI, you can develop your own gui. You can call openstack service directly or use heat to orchestrate. From: Bruno Goncalves Tikami [mailto:bruno

[Openstack] Ceph RadosGW and Object Storage meters: storage.objects.incoming|outgoing.bytes

2016-06-22 Thread magicb...@hotmail.com
Hi is there a way to get meters like storage.objects.(incoming|outgoing).bytes when using ceph radosgw service instead of swift on openstack? thanks in advance. J. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Pos