Re: [Openstack] git-review removing /gerrit

2017-06-27 Thread Clark Boylan
On Thu, Jun 22, 2017, at 02:04 AM, Raghuram Vadapalli wrote: > I am trying to checkout a change from gerrit using git review -d > > -v. > > I am getting following error: > > 2017-06-21 23:40:20.187678 Running: git config --get gitreview.scheme > 2017-06-21 23:40:20.190498 Running: git config --

[Openstack] [openstack-dev][tricircle] Tricircle vs Trio2o

2017-06-27 Thread Silvia Fichera
Hi all, I would like to build up a multi-region openstack and I read that both tricircle and trio2o are the most suitable solutions. I have few questions: - from the wikis I couldn't deeply understand the differences between the two: ad far as I understood tricircle deploys a shared neutron module,

[Openstack] [docs][all][ptl] Contributor Portal and Better New Contributor On-boarding

2017-06-27 Thread Mike Perez
Hello all, Every month we have people asking on IRC or the dev mailing list having interest in working on OpenStack, and sometimes they're given different answers from people, or worse, no answer at all. Suggestion: lets work our efforts together to create some common documentation so that all te

[Openstack] Mirantis Openstack - Instances lose IP in certain nodes

2017-06-27 Thread Raja T Nair
Hello All, In my Mirantis cluster, recently VMs in some nodes have started to lose IPs. After a reboot of the node, none of the VMs there gets an IP. Version details below: [root@fuel ~]# cat /etc/fuel/version.yaml VERSION: feature_groups: - mirantis production: "docker" release: "7.0"

[Openstack] Tricircle or Trio2o

2017-06-27 Thread Silvia Fichera
Hi all, I would like to build up a multi-region openstack and I read that both tricircle and trio2o are the most suitable solutions. I have few questions: - from the wikis I couldn't deeply understand the differences between the two: ad far as I understood tricircle deploys a shared neutron module,

Re: [Openstack] Openstack Heat/Orchestration Service - 500 Internal Server Error

2017-06-27 Thread Mohit Taneja
Not sure that whether I have resolved the problem completely or not, but now its working with the following changes in heat.conf file: #[profiler] #profiler_enabled = True #trace_sqlalchemy = True Just commented the above and restarted the service and now its working. If there is any suggestion o

[Openstack] Fwd: Openstack Heat/Orchestration Service - 500 Internal Server Error

2017-06-27 Thread Mohit Taneja
-- Forwarded message -- From: MOHIT TANEJA Date: Tue, Jun 27, 2017 at 11:34 AM Subject: Openstack Heat/Orchestration Service - 500 Internal Server Error To: ochupry...@mirantis.com, skray...@mirantis.com, mkr1...@gmail.com Hi, When I try to orchestrate (create stack) using heat

[Openstack] [ops-meetup-team] Meeting Reminder - 06/27/17 @ 1400 UTC

2017-06-27 Thread Melvin Hillsman
Ops Meetup Team Meeting June 27th, 2017 @ 1400UTC #openstack-operators Agenda (feel free to suggest/add to): - Review previous action items - Mexico City Midcycle (08/17) - APAC Midcycle (proposed) - Open Discussion Meeting etherpad: https://etherpad.openstack.org/p/ops-meetups-team Past meeting

Re: [Openstack] [openstack][nova] Changes-Since parameter in Nova API not working as expected

2017-06-27 Thread Jay Pipes
Awesome, thanks Jose! On 06/26/2017 11:12 PM, Jose Renato Santos wrote: Jay I created a bug report as you suggested: https://bugs.launchpad.net/nova/+bug/1700684 Thanks for your help Best Renato -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Monday, June 26, 2017

[Openstack] [neutron] cannot list "default" security group with Neutron API?

2017-06-27 Thread Riccardo Murri
Hello, I'm trying to add some rules to the "default" security group of a newly-created project, using the Neutron API 2.0. However, it seems that the "default" security group is automatically created but it is not returned by Neutron client's `list_security_groups()` API call. My code works just