[openstack-dev] [heat] heat docker multi host scheduling support

2014-08-14 Thread Malawade, Abhijeet
Hi all, I am trying to use heat to create docker containers. I have configured heat-docker plugin. I am also able to create stack using heat successfully. To start container on different host we need to provide 'docker_endpoint' in template. For this we have to provide host address where

[openstack-dev] [Tempest] Review request for tempest patches

2013-11-21 Thread Malawade, Abhijeet
HI all, I have submitted patches for tempest. I have also addressed review comments given on patches. It will be great if someone can review the following patches. https://review.openstack.org/#/c/47078/ https://review.openstack.org/#/c/47079/ Thanks, Abhijeet Malawade

[openstack-dev] [oslo-incubator] rpc.cleanup method is not reachable due to wrong import of rpc module

2014-08-04 Thread Malawade, Abhijeet
Hi all, rpc module is not imported properly in nova, cinder, neutron projects. It is imported from wrong package. In oslo-incubator 'rpc' module is used in openstack/common/service.py file and it is present at openstack/common package.

[openstack-dev] [python-cinderclient] Return request ID to caller

2014-12-11 Thread Malawade, Abhijeet
HI, I want your thoughts on blueprint 'Log Request ID Mappings' for cross projects. BP: https://blueprints.launchpad.net/nova/+spec/log-request-id-mappings It will enable operators to get request id's mappings easily and will be useful in analysing logs effectively. For logging 'Request ID

[openstack-dev] [python-cinderclient] Return request ID to caller

2015-02-04 Thread Malawade, Abhijeet
Hi, I have submitted patch for cinder-client [1] to 'Return tuple containing header and body from client' instead of just response. Also cinder spec for the same is under review [2]. This change will break OpenStack services which are using cinder-client. To do not break services which are