Re: [Openstack] [Swift] How to get a list of devices from the ring in Java / Bash?

2017-01-31 Thread Alexandr Porunov
Hello Matt, Wow! It's a perfect solution! You've changed my day :) Thank you very much again! Best regards, Alexandr On Tue, Jan 31, 2017 at 12:32 AM, Matthew Oliver wrote: > Hey Alexandr, > > If you wanted to do it using python, and you didn't have swift installed > you can use pickle and unp

[Openstack] [Neutron] Unable to update provider information for external network

2017-01-31 Thread Davide Panarese
Hello guys, i’m trying to reconfigure our network infrastructure to able to create multiple external network private to single tenant. We run Openstack Kilo actually. Now we have a simple configuration for public network that use VXLAN as provider:network-type and use br-ex with two bonded interf

[Openstack] References for setting up your network

2017-01-31 Thread Dimitris Theoharis
Hello I am new to openstack and i am experimenting with it at home using virtual machines before i feel comfortable going into a production environment. Are there any good online tutorials or even books for purchase that explain in detail how to configure your network ? I am learning openstack usi

Re: [Openstack] References for setting up your network

2017-01-31 Thread Trinath Somanchi
The best way to know-how about openstack is to manually install openstack form installation docs [1]. There you can understand different components of openstack their configuration and usage. If you want to develop something in and around openstack, go for openstack-dev/devstack. Hope this hel

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

2017-01-31 Thread Cesar Benito Hernández
We currently have a cloud infrastructure meeting our own requirements. Let's focus on some Networking features (firewall, instances isolation, spoofing control). We are thinking about moving to OpenStack and when we focus on these Networking features, Neutron comes into play. We are currently us

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

2017-01-31 Thread Van Leeuwen, Robert
> We currently have a cloud infrastructure meeting our own requirements. > Let's focus on some Networking features (firewall, instances isolation, > spoofing control). We are thinking about moving to OpenStack and when we > focus on these Networking features, Neutron comes into play > We are curr

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

2017-01-31 Thread Morales, Victor
Hey Cesar, First of all, I haven’t use Vyattas at all, but I noticed that there is neutron driver for that[1]. If you want to keep the current Vyattas deployment it’s fine, more likely you’ll need to install a neutron agent there. I’m not sure if you also need to populate the Neutron Database

[Openstack] Different Openstack services version cooperation

2017-01-31 Thread Davide Panarese
Hi Guys, i’m thinking about using different versions for OS services into our infrastructure. I mean for example have Keystone to Newton release and Neutron/Nova to Liberty or Mitaka. That’s because i’m not sure that is necessary upgrade everytime all services to last release. Maybe is a stupid

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

2017-01-31 Thread NareshA kumar
Hi, I am installing heat in kilo with keystone v2 APIs. As per document I have configured the endpoints and heat.conf. "heat stack-list" gives me Authentication required error. In heat-api.log I am seeing "Authorization failed for token" message. Can anyone help me solve this issue? Regards, Nares

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

2017-01-31 Thread George Shuklin
On 01/31/2017 08:54 PM, NareshA kumar wrote: Hi, I am installing heat in kilo with keystone v2 APIs. As per document I have configured the endpoints and heat.conf. "heat stack-list" gives me Authentication required error. In heat-api.log I am seeing "Authorization failed for token" message. C

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

2017-01-31 Thread NareshA kumar
George, I have created heat user and [keystoneauth] section looks like, [keystone_authtoken] # Complete public Identity API endpoint. (string value) auth_uri = https://identity.cncloud.com:5000/v2.0 identity_url = https://identity.cncloud.com:35357 #memcached_servers = controller:11211 auth_type

Re: [Openstack] References for setting up your network

2017-01-31 Thread Remo Mattei
Sorry I would not suggest devstack unless your are doing coding there are other solutions like ansi and packstack which will allow you to learn OpenStack admin and management of it. Therefore depending on what you want and what you need you can have several choices. If I recall ansi uses lxc con

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

2017-01-31 Thread George Shuklin
Try to identify youself against keystone with those credentials to if you can get token. Use OS_* variables for this. On 01/31/2017 09:48 PM, NareshA kumar wrote: George, I have created heat user and [keystoneauth] section looks like, [keystone_authtoken] # Complete public Identity API endpo

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

2017-01-31 Thread NareshA kumar
George, Do you mean credentials used for heat? How to identify heat in keystone. Can you please explain this part? Regards, NareshA On 01-Feb-2017 2:16 AM, "George Shuklin" wrote: Try to identify youself against keystone with those credentials to if you can get token. Use OS_* variables for th

[Openstack] [Tacker] VNFs stuck in PENDING_SCALE_xxx

2017-01-31 Thread Gianpietro Lavado
Hi, I'm using Tacker in a manual Newton installation, testing scaling VNFs. The problem is: whenever HEAT refuses to scale resources because of "no change in capacity" (min or max instances reached) or the scaling request came inside the "cooldown" timer (both valid, common situations), the VNF r

[Openstack] openstack billing

2017-01-31 Thread ElayaRaja S
We are using openstack mitaka. For openstack instance billing, is there any single RestApi available or do we require to call the api to know usage for instance,volume,snapshots,image etc... RestApi: /v2/meters/instance Please share the Rest Api document url. Regards, Raja _

Re: [Openstack] openstack billing

2017-01-31 Thread Balu Mudhavathu
You can use Ceilometer service for metering and billing, if you want to use open source 3rd party tools, you can also use Zuora On Wed, Feb 1, 2017 at 1:46 AM, ElayaRaja S wrote: > > We are using openstack mitaka. For openstack instance billing, is there > any single RestApi available or do we r

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

2017-01-31 Thread Sunny Anthony
Hi Experts, Please let me know how we can enable x-data-plane on VirtIO blk device on compute nodes to have better IO performance. Regards, Sunny ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@l