Re: [Openstack] openstack billing

2017-02-01 Thread Christophe Sauthier
Hi Le 2017-02-01 08:00, Balu Mudhavathu a écrit : You can use Ceilometer service for metering and billing, if you want I am not sure you can directly use ceilometer for billing since there is no price information on it... to use open source 3rd party tools, you can also use Zuora On Wed, F

Re: [Openstack] openstack billing

2017-02-01 Thread Christophe Sauthier
Le 2017-02-01 09:47, ElayaRaja S a écrit : With the help of Ceilometer service with below restApi call we can get instance details... http://:8777/v2/meters/instance?q.field=timestamp&q.op=ge&q.value=2017-01-01T00:00:00&q.field=timestamp&q.op=lt&q.value=2017-01-23T08:47:06&q.field=project_id&q.

Re: [Openstack] openstack billing

2017-02-01 Thread ElayaRaja S
With the help of Ceilometer service with below restApi call we can get instance details... http:// :8777/v2/meters/instance?q.field=timestamp&q.op=ge&q.value=2017-01-01T00:00:00&q.field=timestamp&q.op=lt&q.value=2017-01-23T08:47:06&q.field=project_id&q.op=eq&q.value= Not sure whether cloudkitty ab

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread Davide Panarese
Could you debug heat api call with heat —debug stack-list? Did you associate heat user to service tenant and give it admin role? Davide > On 31 Jan 2017, at 19:54, NareshA kumar wrote: > > Hi, > I am installing heat in kilo with keystone v2 APIs. As per document I have > configured the endpoint

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread NareshA kumar
I have associated heat user to services tenant and gave it a admin role. keystone user-role-list --user heat --tenant services +--+---+--+--+ |id| name |

[Openstack] difference between openstack Mitaka and kilo release

2017-02-01 Thread ElayaRaja S
What is the difference between openstack Mitaka and kilo release? Regards, S.ElayaRaja ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cg

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread Davide Panarese
If you use heat creadential for token request it works? export OS_AUTH_URL=https://identity.cncloud.com:5000/v2.0 export OS_REGION_NAME=RegionOne export OS_USERNAME=heat export OS_TENANT_NAME=services export OS_PASSWORD=heat keystone token-get Davide >

Re: [Openstack] difference between openstack Mitaka and kilo release

2017-02-01 Thread Yura Poltoratskiy
Hi! You can read release notes for every projects (Liberty and Mitaka) to get info about difference. https://releases.openstack.org/liberty/ https://releases.openstack.org/mitaka/ 01.02.2017 11:20, ElayaRaja S пишет: What is the difference between openstack Mitaka and kilo release? Regard

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-02-01 Thread Jose Manuel Ferrer Mosteiro
Hi Firewall policies can be implemented with security groups. You can create as many isolated networks and routers as you want so an instance can be isolated in its own network ... but I prefer using security groups and creating a network for service (kubernetes: master network, minion proje

Re: [Openstack] [Heat] Authentication required error in kilo with keystone v2 APIs

2017-02-01 Thread NareshA kumar
Davide, Yes I am using the heat credentials as you have mentioned. But still I am getting Authentication required error. Regards, NareshA. On Wed, Feb 1, 2017 at 4:01 PM, NareshA kumar wrote: > Davide, > Yes I am using the heat credentials as you have mentioned. But still I am > getting Authent

Re: [Openstack] [openstack-dev][neutron] Neutron firewall

2017-02-01 Thread Vikash Kumar
We have deployed VYOS Firewall in deployment with the current scope of APIs somewhat like Van mentioned in his mail. But my experience says the current FWaaS API still need work for most of cloud deployment. On Wed, Feb 1, 2017 at 3:36 PM, Jose Manuel Ferrer Mosteiro < jmferrer.paradigmatecnolog.

[Openstack] [Nova][NUM-Error] VM spawn error - Insufficient compute resources

2017-02-01 Thread Trinath Somanchi
Hi- While enabling VM with huge pages, I get the following error. 2017-02-01 18:02:14.305 ERROR nova.scheduler.utils [req-e9408e8e-bbb5-499f-ab71-07ae694b23b0 admin alt_demo] [instance: 82bf7e7c-d835-4624-845d-2bd0dbdd0a11] Error from last host: openstack (node openstack): [u'Traceback (most

Re: [Openstack] How to enable x-data-plane on VirtIO blk device

2017-02-01 Thread Sunny Anthony
Hi, Any inputs will be helpful on the below request. Regards, Sunny From: Sunny Anthony Date: Wednesday, February 1, 2017 at 12:51 To: openstack Subject: [Openstack] How to enable x-data-plane on VirtIO blk device Hi Experts, Please let me know how we can enable x-data-plane on VirtIO blk de

[Openstack] Not able to access /v2/meters/instance in openstack mitaka

2017-02-01 Thread ElayaRaja S
Trying to access the below RestApi http:// :8777/v2/meters/instance?q.field=timestamp&q.op=ge&q.value=2017-01-01T00:00:00&q.field=timestamp&q.op=lt&q.value=2017-02-01T09:55:21Z&q.field=project_id&q.op=eq&q.value= Get method and i passed X-Auth-Token After login, http:///dashboard/project/access

Re: [Openstack] How to enable x-data-plane on VirtIO blk device

2017-02-01 Thread Tim Bell
There was a blueprint opened in 2015 (https://blueprints.launchpad.net/nova/+spec/add-virtio-data-plane-support-for-qemu) but I don’t think there has been any development. Tim From: Sunny Anthony Date: Wednesday, 1 February 2017 at 13:30 To: openstack Subject: Re: [Openstack] How to enable x

[Openstack] query NUMA topology via API

2017-02-01 Thread Gustavo Randich
Hi, is there any way to query via Compute API the NUMA topology of a compute node, and free ram/cpu of each NUMA cell? Thanks! ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsu

Re: [Openstack] [Nova][NUM-Error] VM spawn error - Insufficient compute resources

2017-02-01 Thread Trinath Somanchi
Here is the configuration of the host. http://paste.openstack.org/show/597229/ I have configured a flavor with hw:mem_page_size: 1024 / Trinath From: Trinath Somanchi Sent: Wednesday, February 01, 2017 5:41 PM To: Openstack Subject: [Nova][NUM-Error] VM spawn error - Insufficient compute resou

[Openstack] User Survey - Deadline Feb 20th

2017-02-01 Thread Tom Fifield
Hi all, If you run OpenStack, please take a few minutes to respond to the latest User Survey or pass it along to your friends. This is the ninth survey, but if you're new what you can expect are: * a few basic questions—how and why do you work with OpenStack, what do you like about it, and wh

Re: [Openstack] [openstack-community] User Survey - Deadline Feb 20th

2017-02-01 Thread Tim Bell
I’m getting a too many redirect error on the user survey link. Tim On 01.02.17, 20:21, "Tom Fifield" wrote: Hi all, If you run OpenStack, please take a few minutes to respond to the latest User Survey or pass it along to your friends. This is the ninth survey, but if

[Openstack] deploying openstack on Mesos

2017-02-01 Thread Manuel Sopena Ballesteros
Hi, I work for a Medical research company and we are currently using HPC to provide services to our user community, we realized that HPC is too strict and we need to provide a more flexible platform to our users so they can run the type of applications they need. My idea is to divide my cluster

[Openstack] rest api in cloudkitty

2017-02-01 Thread ElayaRaja S
In case of aws, with one single call will get details about instance,volume,netowork,snaphots etc. Do we have the similar rest api in cloudkitty ? -- Regards, Raja ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

[Openstack] /v2/meters/instance rest API will work in openstack Mitaka

2017-02-01 Thread ElayaRaja S
Whether /v2/meters/instance rest API will work in openstack Mitaka ? Regards, Raja ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bi

[Openstack] Identity with v3.0 in openstackMitaka

2017-02-01 Thread ElayaRaja S
Do we have Identity with v3.0 in openstackMitaka ? Rest API "/v2/meters/instance" is not working in mitaka which is already working in openstack kilo. -- Regards, Raja ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post