Re: [openstack-dev] [openstack][nova] Question on rollback live migration at the destination

2015-02-06 Thread Shuichiro MAKIGAKI
Robert, Your concern seems to be correct. The bug has already been reported: https://bugs.launchpad.net/nova/+bug/1284719. # Oops, 1 year old bug... Regards, Makkie On 2015/01/27 3:58, Robert Li (baoli) wrote: Hi, I’m looking at rollback_live_migration_at_destination() in compute/manager.py.

[openstack-dev] [Trove] Proposal to add sample configurations of admin_{user, tenant_name, password}

2014-06-12 Thread Shuichiro Makigaki
Hello folks, I'd like to propose following small changes to [filter:authtoken] section in default api-paste.ini: +admin_tenant_name = %SERVICE_TENANT_NAME% +admin_user = %SERVICE_USER% +admin_password = %SERVICE_PASSWORD% I created a new ticket [1] about this. Some of core OpenStack components

[openstack-dev] [Trove] Idea of sample admin_{user, tenant_name, password} in api-paste.ini instead of admin_token

2014-06-05 Thread Shuichiro Makigaki
Hi developers, If you have a chance it would be great to hear any feedback. I opened a new ticket about admin_{user,tenant_name, password}: https://bugs.launchpad.net/trove/+bug/1299332 In this ticket, I suggest following changes in api-paste.ini: +admin_tenant_name = %SERVICE_TENANT_NAME%