Re: [Openstack] Whole sections of ml2_conf.ini being ignored?

2016-02-18 Thread Matt Kassawara
In Liberty, the L2 agent configuration moves from ml2_conf.ini to openvswitch_agent.ini for OVS and linuxbridge_agent.ini for Linux bridge. On Thu, Feb 18, 2016 at 10:51 PM, Mark Hayden wrote: > Hi, > > I have recently installed a small openstack setup using the Liberty > release (from Debian Si

[Openstack] Whole sections of ml2_conf.ini being ignored?

2016-02-18 Thread Mark Hayden
Hi, I have recently installed a small openstack setup using the Liberty release (from Debian Sid packaging).  I have gotten as far as setting up a controller/network and a compute node with keystone, glance, cinder and nova services, but have gotten stuck trying to set up a DVR configuration of

Re: [Openstack] Howto remove "/horizon" from URL?

2016-02-18 Thread Martinx - ジェームズ
YAY!! It worked! Thank you guys! :-D On 8 February 2016 at 05:51, Erdősi Péter wrote: > Hy there! > 2016. 02. 07. 22:33 keltezéssel, Mohammed Naser írta: > >> python manage.py collectstatic >> python manage.py compress >> > Thanks mate! :) > (maybe my question will be a bit off for the thread,

[Openstack] [Ceilometer] Database back-ends - is list 100% accurate?

2016-02-18 Thread Adam Lawson
Hey everyone, is it true the only backend DB's supported by Ceilometer (+Aodh et al) is PostgreSQL, MySQL, HBase and MongoDB? Specifically, I don't see Cassandra listed but there was a spec back in 2013 tto inclue it as a plugin option. //adam *Adam Lawson* AQORN, Inc. 427 North Tatnall Street

Re: [Openstack] Openstack + vmware storage architecture

2016-02-18 Thread Francisco Araya
Check ScaleIO http://www.emc.com/products-solutions/trial-software-download/scaleio.htm (no support though) or Open vStorage https://www.openvstorage.org/features/ . I haven't seen big deployments on that yet, but there are reference architectures out there that you can review. Regards, On Thu, F

Re: [Openstack] Annoying warning

2016-02-18 Thread Morgan Fainberg
I think you may have hit an issue with a specific version of auth token middleware, where one of the options was incorrectly "deprecated" and warns. I'm sure either Steve or I can dig up the specific info on that, it might be a minor version bump of keystonemiddleware package needed or similar. I a

Re: [Openstack] [Nova] [Cinder] Block device name / ordering

2016-02-18 Thread Bruno L
Thanks Daniel, Tim and Matt. Good food for thought here. The most important thing I have learned from this discussion is that even though libvirt generated names are generally correct, there is no guarantee that the guest OS has assigned these names to the devices. I had a play with an instance a

[Openstack] [Keystone] Dynamic RBAC policy please?

2016-02-18 Thread Bruno L
Hi everyone, I thought I'd pass on feedback from a Catalyst Cloud customer showing how desperate people are for dynamic RBAC. --- Subject: "kill me now" "Sometimes Openstack just seems half-baked. None of the ACL / IAM we need for an enterprise solution is actually there, so I'm resorting to s

Re: [Openstack] Annoying warning

2016-02-18 Thread Mārtiņš Jakubovičs
With experimenting I got at least something more clear... [keystone_authtoken] auth_uri = http://controller:5000 auth_url = http://controller:35357 auth_plugin = password project_domain_id = default user_domain_id = default project_name = service username = glance password = XXX But now I got re

[Openstack] Openstack + vmware storage architecture

2016-02-18 Thread Johan Borch
Hi list! Don't know if this is the right list for this question, but I'll give it a try. I'm looking for some new innovative way for instance storage on vmware compute nodes. Do anyone have suggestions on an vmware architecture that don't involve huge monolithic SAN or Netapp alike devices? VSAN

Re: [Openstack] Annoying warning

2016-02-18 Thread Steve Martinelli
Looks like you need to update a few options... This patch is here: https://review.openstack.org/#/c/280887/ is trying to update the sample in glance's documentation. In short, you should be able to remove all those and use: auth_url = http://controller:35357 project_domain_id = default pr

[Openstack] Annoying warning

2016-02-18 Thread Mārtiņš Jakubovičs
Hello, Can someone point how to get away from this annoying warning in glance-api? 2016-02-18 21:17:09.140 22878 WARNING keystonemiddleware.auth_token [-] Use of the auth_admin_prefix, auth_host, auth_port, auth_protocol, identity_uri, admin_token, admin_user, admin_password, and admin_tenant

Re: [Openstack] Unable to retrieve volume limit information.

2016-02-18 Thread Mohammed Naser
I believe you’re running into this issue: https://bugzilla.redhat.com/show_bug.cgi?id=1272572 On Thu, Feb 18, 2016 at 12:31 PM, Wilson Kwok wrote: > Hello, > > After fresh installed RDO single node in Ravello System platform, I created > one m1.tiny instance, but the status is running with Unabl

[Openstack] Unable to retrieve volume limit information.

2016-02-18 Thread Wilson Kwok
Hello, After fresh installed RDO single node in Ravello System platform , I created one m1.tiny instance, but the status is running with Unable to retrieve volume limit information error, can somebody help? Thanks ___ Ma

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Davíð Örn Jóhannsson
?I'm using masterless puppet recipes within the project and they instances are spun up with heat templates Frá: gustavo panizzo (gfa) Sent: 18. febrúar 2016 15:32 Til: Davíð Örn Jóhannsson; Mohammed Naser Afrit: openstack@lists.openstack.org Efni: Re: [Openstack]

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread gustavo panizzo (gfa)
If you are using automation outside the instance (for example to create the instance) you can pass arbitrary metadata to the instance Check nova meta and nova boot --meta On February 18, 2016 10:56:57 PM GMT+08:00, "Davíð Örn Jóhannsson" wrote: >In order to access the API, I'd already have to

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Mohammed Naser
The project ID is available via the metadata API. curl -s http://169.254.169.254/openstack/latest/meta_data.json | python -mjson.tool You can use the tenant/project ID to auth in combination with username/password. On Thu, Feb 18, 2016 at 9:56 AM, Davíð Örn Jóhannsson wrote: > In order to acces

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Davíð Örn Jóhannsson
can that be configured on a global scale or would that have to be done using heat templates or something like that?? Frá: Chris Card Sent: 18. febrúar 2016 14:58 Til: Davíð Örn Jóhannsson; openstack@lists.openstack.org Efni: RE: [Openstack] Tenant name from withi

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Chris Card
> To: openstack@lists.openstack.org > From: christ...@berendt.io > Date: Thu, 18 Feb 2016 15:51:17 +0100 > Subject: Re: [Openstack] Tenant name from within an instance > > On 02/18/2016 03:38 PM, Davíð Örn Jóhannsson wrote: > > This information is not available from > > http://169.254.169.254/la

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Davíð Örn Jóhannsson
In order to access the API, I'd already have to know the Tenant name. This is for automation purposes where I need to be able to run scripts with unique parameters/name per each tenant. Frá: Mohammed Naser Sent: 18. febrúar 2016 14:53 Til: Davíð Örn Jóh

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Chris Card
From: davi...@siminn.is To: openstack@lists.openstack.org Date: Thu, 18 Feb 2016 14:38:00 + Subject: [Openstack] Tenant name from within an instance > I'm currently looking for ways to be able to retrieve information on what > tenant a given openstack instance lives in from within tha

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Christian Berendt
On 02/18/2016 03:38 PM, Davíð Örn Jóhannsson wrote: This information is not available from http://169.254.169.254/latest/meta-data and setting up a nova client to access the api is not the way I want to go. The name of a project is not available at the moment. Maybe the ID of the project is su

Re: [Openstack] Tenant name from within an instance

2016-02-18 Thread Mohammed Naser
Hey, I don’t think there is an alternative, you will need to make an API call to get the name. The Nova API doesn’t know anything about tenant/project names, it only works with IDs anyways. Mohammed On Thu, Feb 18, 2016 at 9:38 AM, Davíð Örn Jóhannsson wrote: > I'm currently looking for ways t

[Openstack] Tenant name from within an instance

2016-02-18 Thread Davíð Örn Jóhannsson
I'm currently looking for ways to be able to retrieve information on what tenant a given openstack instance lives in from within that instance it self. This information is not available from http://169.254.169.254/latest/meta-data and setting up a nova client to access the api is not the way I

[Openstack] [Monasca] InfluxDB and Kapacitor

2016-02-18 Thread Guillermo Alvarado
Hi guys, I want to know if it’s planned to add some kind of integrations between kapacitor(influxdb) and Monasca. Thanks in advance -- Guillermo Alvarado Co-founder & CTO | sentinel.la Enjoy a better OpenStack Experience ___ Mailing list: http://lists.o

Re: [Openstack] [Neutron] Compute node can't connect to control node

2016-02-18 Thread 柯俊兆
Hi Luke Thanks for your reply. It's work ! But neutron seems difficult more then nova-network. I can't start new instance in different availability zone. Look like need create network and route. Where can find the Docs to tell about OpenStack administration more detail? I searched http://docs.op

Re: [Openstack] [Neutron] Compute node can't connect to control node

2016-02-18 Thread Hinds, Luke (Nokia - GB/Bristol)
Seems your interfaces are not set up correctly. The IP address should be under br-ex For example,  ifcfg-br-ex: DEVICE=br-ex DEVICETYPE=ovs TYPE=OVSBridge BOOTPROTO=static IPADDR=192.168.1.98 NETMASK=255.255.255.0   GATEWAY=192.168.1.1   ONBOOT=yes ifcfg-eth0: DEVICE=eth0 HWADDR=52:54:00:92:05

[Openstack] Gnocchi - cannot retrieve measures

2016-02-18 Thread Dirk Braunschweiger
Hey everyone, I have a question concerning Gnocchi. I hope this is the correct mailing list, I could not find a separate one. My problem is: when I do a GET request to a metric, it always returns an empty list (and HTTP 200 status code). I followed the instructions from http://gnocchi.xyz/rest.

[Openstack] [Neutron] Compute node can't connect to control node

2016-02-18 Thread 柯俊兆
Hi All When I setting neutron for openstack network, I got some problem and doesn't know why. I reference"Neutron Networking with Open vSwitch and Provider Networks " to setting my openstack

Re: [Openstack] [Nova] [Cinder] Block device name / ordering

2016-02-18 Thread Daniel P. Berrange
On Wed, Feb 17, 2016 at 08:11:11PM -0600, Matt Riedemann wrote: > > > On 2/17/2016 6:49 PM, Bruno L wrote: > >Hi everyone, > > > >Could not figure this one out based on docs, wiki, or previous posts on > >the mailing list. > > > >We use KVM as our hypervisor on the Catalyst Cloud in New Zealand.

Re: [Openstack] Can't access Horizon from outside

2016-02-18 Thread Matthias Runge
On 18/02/16 02:40, Wilson Kwok wrote: > Hello, > > I used RDO to installed single node. I can access > http://private_ip/dashboard in local LAN, when I access > http://public_ip/dashboard that not allowed, remember I can access > http://public_ip that can see the Apache testing page. > > I have c