[openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True

2014-08-13 Thread Manickam, Kanagaraj
Hi, Nova provides a flag 'allow_resize_to_same_host' to resize the given instance on the same hypervisor where it is currently residing. When this flag is set to True, the nova.compute.api: resize() method does not set the scheduler hint with 'force_nodes', where as its set the 'ignored_hosts'

[openstack-dev] [openstack][nova] Resize: allow_resize_to_same_host=True fails

2014-09-03 Thread Manickam, Kanagaraj
This mail is regarding the flag allow_resize_to_same_host=True in nova.conf. Currently Nova allows to resize the instance across different host by default and it provides the flag allow_resize_to_same_host to set to True, when resize is required to be tested in single host environment. But

Re: [openstack-dev] [nova] Resize:allow_resize_to_same_host=True fails

2014-09-03 Thread Manickam, Kanagaraj
Updated the subject From: Manickam, Kanagaraj Sent: Wednesday, September 03, 2014 5:30 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [openstack][nova] Resize: allow_resize_to_same_host=True fails This mail is regarding the flag

Re: [openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True

2014-09-03 Thread Manickam, Kanagaraj
...@gmail.com] Sent: Thursday, August 14, 2014 9:39 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] Bug: resize on same node with allow_resize_to_same_host=True On 08/13/2014 11:50 PM, Manickam, Kanagaraj wrote: Hi, Nova provides a flag 'allow_resize_to_same_host

Re: [openstack-dev] how to deploy juno devstack without multiple backend

2014-09-16 Thread Manickam, Kanagaraj
HP MSA is supported by cinder and use the following guidelines: http://docs.openstack.org/trunk/config-reference/content/hp-msa-driver.html you could install devstack and follow the above wiki or update the above defined HP MSA param as suggested by devstack at

[openstack-dev] pycharm license?

2014-09-21 Thread Manickam, Kanagaraj
Hi, Does anyone has pycharm license for openstack project development? Thanks. Regards Kanagaraj M ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] New Pycharm License

2013-11-11 Thread Manickam, Kanagaraj
Hi Andrew, Hi Andrew, Can you please share a license key if I could use it for pycharm pro version. Regards Kanagaraj M From: Andrew Melton [mailto:andrew.mel...@rackspace.com] Sent: Thursday, September 26, 2013 8:41 AM To:

[openstack-dev] [nova] Set compute_node:hypervisor_nodename as unique and not null

2014-06-18 Thread Manickam, Kanagaraj
Hi, This mail is regarding the required model change in nova. Please fine more details below: As we knew, Nova db has the table compute_nodes for modelling the hypervisors and its using the hypervisor_hostname field to represent the hypervisor name. This value is having significant value in

[openstack-dev] [keystone]endpoint table is missing reference to region table

2014-06-19 Thread Manickam, Kanagaraj
Hi, In keystone, though region table is provided, it is not consumed in the endpoint table. I have filed bug https://bugs.launchpad.net/keystone/+bug/1332196 to address the same. Can anyone please provide details on, why this disconnect between endpoint and region table. Thanks Kanagaraj M

Re: [openstack-dev] [keystone]endpoint table is missing reference to region table

2014-06-19 Thread Manickam, Kanagaraj
(populate those foreign keys, creating corresponding regions where necessary) B) endpoints are created today without requiring a region to be created; this workflow will have to continue for v2 and v3 (regions need to be created dynamically) On Thu, Jun 19, 2014 at 12:38 PM, Manickam, Kanagaraj

[openstack-dev] [nova] Jenkins failure ... nova-docs UNSTABLE

2014-06-23 Thread Manickam, Kanagaraj
Jenkins fails with following error (nova-docs UNSTABLE), could anyone help here to fix the issue. Thanks. [cid:image001.png@01CF8F05.234979A0] Log is located at http://logs.openstack.org/82/92782/14/check/gate-nova-docs/f04242e/console.html ___

[openstack-dev] [nova] tempest failure on image creation time out

2014-06-25 Thread Manickam, Kanagaraj
While building the patch in Jenkins, following exception reported in tempest. 2014-06-25 19:09:19.009http://logs.openstack.org/82/92782/17/check/check-tempest-dsvm-full/8aa24c6/console.html#_2014-06-25_19_09_19_009 | 2014-06-25

[openstack-dev] [heat]Heat Db Model updates

2014-07-16 Thread Manickam, Kanagaraj
I have gone thru the Heat Database and found the drawbacks in the existing model as listed below. Could you review and add anything missing here. Thanks. Heat Database model is having following drawbacks: 1. Duplicate information 2. Incomplete naming of columns 3.

Re: [openstack-dev] [heat]Heat Db Model updates

2014-07-16 Thread Manickam, Kanagaraj
Hi Zane, Please find inline answer. Regards Kanagaraj M -Original Message- From: Zane Bitter [mailto:zbit...@redhat.com] Sent: Thursday, July 17, 2014 10:01 AM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [heat]Heat Db Model updates On 16/07/14 23:48, Manickam

Re: [openstack-dev] [Cinder] Integrated with iSCSI target Question

2014-07-16 Thread Manickam, Kanagaraj
I think, It should be on the cinder node which is usually deployed on the controller node From: Johnson Cheng [mailto:johnson.ch...@qsantechnology.com] Sent: Thursday, July 17, 2014 10:38 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Cinder]

Re: [openstack-dev] [Nova] Nominating Jay Pipes for nova-core

2014-07-31 Thread Manickam, Kanagaraj
+1 From: Christopher Yeoh [cbky...@gmail.com] Sent: Thursday, July 31, 2014 3:13 PM To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [Nova] Nominating Jay Pipes for nova-core On Wed, 30 Jul 2014 14:02:38 -0700 Michael Still

[openstack-dev] Live update of openstack

2014-07-31 Thread Manickam, Kanagaraj
Hi, This mail is generic to all openstack service and explained the problem with respect to heat here. I have come across the situation where, updates are involved in the heat db model and corresponding code changes in the heat-engine component. Now assume that in a given deployment, there

[openstack-dev] [nova-specs] WARNING: document isn't included in any toctree

2014-10-08 Thread Manickam, Kanagaraj
Hi, I tried to add a spec under specs/kilo folder and got the following exception: ERROR: InvocationError: '/home/jenkins/workspace/gate-nova-specs-docs/.tox/venv/bin/python setup.py build_sphinx' http://logs.openstack.org/66/126866/1/check/gate-nova-specs-docs/c00edfe/console.html Can

Re: [openstack-dev] [nova-specs] WARNING: document isn't included in any toctree

2014-10-08 Thread Manickam, Kanagaraj
] WARNING: document isn't included in any toctree Kanagaraj, Drop it in specs/kilo/approved/ should work fine. -- dims On Wed, Oct 8, 2014 at 7:01 AM, Manickam, Kanagaraj kanagaraj.manic...@hp.com wrote: Hi, I tried to add a spec under specs/kilo folder and got the following exception

Re: [openstack-dev] Get keystone auth token via Horizon URL

2014-10-15 Thread Manickam, Kanagaraj
From Horizon, you won’t be able to do keystone way of authentication. From: Ed Lima [mailto:e...@stackerz.com] Sent: Wednesday, October 15, 2014 8:30 AM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] Get keystone auth token via Horizon URL I'm on the very early stages of

[openstack-dev] [horizon] system information panel, update with heat-engine status

2015-02-05 Thread Manickam, Kanagaraj
Hello Horizon Cores, In K-2, Heat is enabled with new REST API to report the running heat-engine status, This is in-line with how nova reports nova-compute running status. To report this feature in horizon under 'System information panel', a new blueprint is created at

[openstack-dev] openstack/requirements failure

2015-02-11 Thread Manickam, Kanagaraj
Hi In horizon I am trying to increase the python-heatclient=0.3.0 as part of the review https://review.openstack.org/#/c/154952/ and its failed with following error: Requirement python-heatclient=0.3.0 does not match openstack/requirements value python-heatclient=0.2.9 More details at

[openstack-dev] [nova][horizon] Inter-project issue : redundant hyperviosr_hostname

2015-02-11 Thread Manickam, Kanagaraj
Hi, Nova provides following REST API to get the details of instances provisioned in the given hypervisor. REST API: /v2/​{tenant_id}​/os-hypervisors/​{hypervisor_hostname}​/servers Ref: http://developer.openstack.org/api-ref-compute-v2-ext.html This API is consumed in horizon to report

Re: [openstack-dev] [nova] Priority resizing instance on same host

2015-02-12 Thread Manickam, Kanagaraj
Hi, There is a patch on resize https://review.openstack.org/#/c/117116/ To address the resize, there are some suggestions and please refer the review comments on this patch. Regards Kanagaraj M From: Jesse Pretorius [mailto:jesse.pretor...@gmail.com] Sent: Thursday, February 12, 2015 1:25 PM

[openstack-dev] Zuul failure

2015-02-19 Thread Manickam, Kanagaraj
Hi, Following error is being reported by zuul and any one facing this issue ? zuul is failing with No valid host was found. There are not enough hosts available for https://review.openstack.org/#/c/153999/. I tried twice to build this patch and same error is reported. I think this error is

Re: [openstack-dev] [horizon] system information panel, update with heat-engine status

2015-02-09 Thread Manickam, Kanagaraj
Hi, I am waiting for the approval for K-3 as on the heat side, this functionality already implemented. Could some please approve https://blueprints.launchpad.net/horizon/+spec/heat-engine-status-report Thanks. Regards Kanagaraj M From: Manickam, Kanagaraj Sent: Thursday, February 05, 2015 11

Re: [openstack-dev] openstack/requirements failure

2015-02-11 Thread Manickam, Kanagaraj
] openstack/requirements failure On 02/11/2015 11:33 AM, Manickam, Kanagaraj wrote: Hi In horizon I am trying to increase the python-heatclient=0.3.0 as part of the review https://review.openstack.org/#/c/154952/ and its failed with following error: Requirement python-heatclient=0.3.0

[openstack-dev] release note items ??

2015-03-16 Thread Manickam, Kanagaraj
Hi, Is there any process we follow to create the release notes (ex: https://wiki.openstack.org/wiki/ReleaseNotes/Juno) for each release of OpenStack, by collection details across different projects in OpenStack.? Regards Kanagaraj M

[openstack-dev] [heat] Unknown resource OS::Heat::ScaledResource

2015-03-12 Thread Manickam, Kanagaraj
Hi, I observed in one of the patch mentioned below, OS::Heat::ScaledResource is reported as unknown, could anyone help here to resolve the issue. Thanks. http://logs.openstack.org/76/157376/8/check/check-heat-dsvm-functional-mysql/c9a1be3/logs/screen-h-eng.txt.gz reports

[openstack-dev] Module_six_moves_urllib_parse error

2015-02-25 Thread Manickam, Kanagaraj
Hi, I see the below error in my devstack and is raised from the package 'six' AttributeError: 'Module_six_moves_urllib_parse' object has no attribute 'SplitResult' Currently my devstack setup is having six 1.9.0 version. Could anyone help here to fix the issue? Thanks. Regards Kanagaraj M

Re: [openstack-dev] Module_six_moves_urllib_parse error

2015-02-25 Thread Manickam, Kanagaraj
version installed system-wide. Jordan On Wed, Feb 25, 2015 at 11:56 AM, Manickam, Kanagaraj kanagaraj.manic...@hp.commailto:kanagaraj.manic...@hp.com wrote: Hi, I see the below error in my devstack and is raised from the package ‘six’ AttributeError: 'Module_six_moves_urllib_parse' object has

[openstack-dev] [nova][heat] sqlalchemy-migrate tool to alembic

2015-05-14 Thread Manickam, Kanagaraj
Hi Nova team, This mail is regarding an help required on the migration from sqlalchemy migration tool to alembic tool. Heat is currently using sqlalchemy-migration tool and In liberty release, we are investigating on how to bring the alembic into heat. We found that nova has already tried

Re: [openstack-dev] [Heat] conditional resource exposure - second thoughts

2015-07-14 Thread Manickam, Kanagaraj
Like to share my opinions as below: Resource-type-list/resource-type-show: Once the role based resource exposure is enabled, based on the user's role, I believe, (s)he would expect to see those deployed resource-types, which are authorized. And wanted to know if that resource-type is

Re: [openstack-dev] [heat] Questions about BP for enable/disable heat-engine

2015-11-16 Thread Manickam, Kanagaraj
Ethan Lynn, This blue-print has two parts , one to perform the graceful-shutdown to make sure all IN_PROGRESS resources/stacks in the given engine to reach its final state.. Other one, expose this feature as disable engine to support the maintenance. I was planning to re-write the spec to

Re: [openstack-dev] [Heat] core team nomination

2015-10-20 Thread Manickam, Kanagaraj
+1 to both Rabi Mishra & Peter Razumovsky. -Kanagaraj M -Original Message- From: Sergey Kraynev [mailto:skray...@mirantis.com] Sent: Tuesday, October 20, 2015 7:08 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Heat] core team nomination

Re: [openstack-dev] [Heat] core team nomination

2015-10-21 Thread Manickam, Kanagaraj
Congrats Rabi and Peter :) -Original Message- From: Sergey Kraynev [mailto:skray...@mirantis.com] Sent: Wednesday, October 21, 2015 12:57 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Heat] core team nomination Rabi, Peter, my

Re: [openstack-dev] [heat][infra] heat-templates dsvm gate

2015-12-03 Thread Manickam, Kanagaraj
deployment are not executed because: - only Heat and Keystone are installed on this gate; - for resources for any other service service-based resource exposure kicks in early, producing "Service {name} does not have required endpoint in service catalog for the resource type {resource}" errors,

Re: [openstack-dev] [heat] Rico Lin for heat-core

2015-12-07 Thread Manickam, Kanagaraj
+1. From: Sergey Kraynev [mailto:skray...@mirantis.com] Sent: Monday, December 07, 2015 6:09 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [heat] Rico Lin for heat-core Hi all. I'd like to nominate Rico Lin for heat-core. He did awesome job with