[openstack-dev] [valence] Valence 0.9.0 Release

2018-04-27 Thread Anusha Ramineni
Hi, Valence team is happy to announce the initial release of Valence-0.9.0 to PyPi. Please find the details below. Valence PyPi url: https://pypi.org/project/valence/ . Documentation and Release Notes for the release can be found at: Release Notes : http://valence.readthedocs.io/en/latest/

Re: [openstack-dev] [Congress] Congress Dashboard and Containers

2016-12-08 Thread Anusha Ramineni
Hi Tim, Aimee, Yes, ideally only congress_dashboard is required on the same server as horizon for horizon to discover the plugin, but right now congress_dashboard is also part of congress repo, so congress needs to be installed on the same server. I'm thinking for a while to move the repo to sepa

Re: [openstack-dev] [Congress] Restart Congress server

2016-11-06 Thread Anusha Ramineni
Hi Ruben, If you have configured congress through devstack, the default way of starting congress server would be python /usr/local/bin/congress-server --node-id=allinonenode --config-file /etc/congress/congress.conf , but the way you start the service sounds ok, as others would be default paramete

Re: [openstack-dev] [ceilometer] [Congress] ceilometer client `alarms.list()` HTTPException (HTTP N/A)

2016-09-30 Thread Anusha Ramineni
Hi Eric, alarm list is not working from before. I have disabled the same in Mitaka https://review.openstack.org/#/c/254650/ We need to support Aodh to get it working I suppose ( https://blueprints.launchpad.net/congress/+spec/add-aodh-datasource-driver) Best Regards, Anusha On 29 September 2016

Re: [openstack-dev] [Congress] Default devstack deployment config

2016-09-19 Thread Anusha Ramineni
Hi All, I too agree from the development point of view, its easier if we have a single process. But I was wondering, tempest jobs we run on gate, isn't it better they run with 3 processes deployed, to make sure it works across processes too? Just a thought, how about we keep both the options, so

Re: [openstack-dev] [Congress] Congress horizon plugin - congressclient/congress API auth issue - help

2016-07-22 Thread Anusha Ramineni
I will retest this today. I guess I need to learn more > > about Horizon as well - thanks for pointing me in the right direction. > > > > aimee > > > > > > > > On Fri, Jul 22, 2016 at 6:30 AM, Anusha Ramineni > wrote: > >> Hi Aimee, > >&g

Re: [openstack-dev] [Congress] Congress horizon plugin - congressclient/congress API auth issue - help

2016-07-22 Thread Anusha Ramineni
Hi Aimee, I think devstack by default configured horizon to use v3 . For V2 authentication, from the logs , auth_url doesn't seem to be set explicitly to v2 auth_url . I have always set explicit v2 auth which worked fine. For eg:- auth_url = 'http://:5000/v2.0' , for V2 authentication I have rai

Re: [openstack-dev] [Congress] Nominating Anusha Ramineni and Eric Kao for core reviewer

2016-05-17 Thread Anusha Ramineni
Thanks. It's great working with you guys and I'm glad to be part of this team :) +1. On 2016/05/14 9:16, Tim Hinrichs wrote: > Hi all, > > I'm writing to nominate Anusha Ramineni and Eric Kao as Congress core > reviewers. Both Anusha and Eric have been active and c

Re: [openstack-dev] [Congress] Issues with Tox testing

2016-04-11 Thread Anusha Ramineni
Hi Bryan, Yes, tempest can be run outside devstack deployments. Please check the README in https://github.com/openstack/tempest on configuring tempest. As in liberty, you need to copy the tests to tempest, I guess installing tempest on diff server also should work as long as congress service is d

Re: [openstack-dev] [Congress] Issues with Tox testing

2016-04-07 Thread Anusha Ramineni
Hi Bryan, tox -epy27 doesn't run tempest tests , that is tests mentioned in https://github.com/openstack/congress/tree/stable/liberty/contrib/tempest , it runs only unit tests , tests present in https://github.com/opensta

Re: [openstack-dev] [Congress] New bug for Mitaka: Glance authentication fails after token expiry

2016-03-29 Thread Anusha Ramineni
+1 for using keystone sessions, I have already raised a patch for the same. https://review.openstack.org/#/c/299121/ Any comments are welcome :) Best Regards, Anusha On 30 March 2016 at 11:33, Kairat Kushaev wrote: > Hi, > I proposed a fix for that: https://review.openstack.org/299136. > Loo

Re: [openstack-dev] [Congress] Nominating Masahito for core

2016-02-16 Thread Anusha Ramineni
+1 Best Regards, Anusha On 17 February 2016 at 00:59, Peter Balland wrote: > +1 > > From: Tim Hinrichs > Reply-To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > Date: Tuesday, February 16, 2016 at 11:15 AM > To: "OpenStack Development M

Re: [openstack-dev] [Congress] tempest tests in gate not running

2015-11-24 Thread Anusha Ramineni
Tim, Previous failure on gate is fixed with this patch https://review.openstack.org/#/c/247314/ Now congress tempest tests are running, so our tempest plugin worked :) http://logs.openstack.org/10/237510/5/check/gate-congress-dsvm-api/0bdbb53/console.html Current gate failures report a different

Re: [openstack-dev] [Congress] kilo bug on datasource listing

2015-11-22 Thread Anusha Ramineni
Yes, this is fixed in liberty as part of this bug , https://bugs.launchpad.net/congress/+bug/1492354. I have cherry-picked the same onto kilo branch - https://review.openstack.org/#/c/248514/ Best Regards, Anusha On 21 November 2015 at 06:07, Tim Hinrichs wrote: > Congress stable-maintenance te