[Yahoo-eng-team] [Bug 1566379] [NEW] enable_v2_api = True is not working

2016-04-05 Thread Swami Reddy
Public bug reported: I have set the "eanble_v2_api=True" in the glance-api.conf and restarted the glance-api service. After the above, expected that glance will use the V2 apis. But still it uses V1 APIs. The above has been observed with glance version 0.14.1 ** Affects: glance

[Yahoo-eng-team] [Bug 1428630] [NEW] keystone [-] TypeError: _get_value() takes exactly 4 arguments (5 given)

2015-03-05 Thread Swami Reddy
Public bug reported: + /opt/stack/keystone/bin/keystone-manage db_sync 2015-03-05 12:22:29.036 | 14818 CRITICAL keystone [-] TypeError: _get_value() takes exactly 4 arguments (5 given) 2015-03-05 12:22:29.037 | 14818 TRACE keystone Traceback (most recent call last): 2015-03-05 12:22:29.040 |

[Yahoo-eng-team] [Bug 1428630] Re: keystone [-] TypeError: _get_value() takes exactly 4 arguments (5 given)

2015-03-05 Thread Swami Reddy
** Also affects: devstack Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1428630 Title: keystone [-] TypeError: _get_value() takes exactly 4

[Yahoo-eng-team] [Bug 1378270] [NEW] keystone-manage db_sync command failed

2014-10-07 Thread Swami Reddy
Public bug reported: When I ran stack.sh from the latest devstack, the below error shown: == 2014-10-07 09:21:50.826 | + mysql -uroot -pcloud -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SETutf8;' 2014-10-07 09:21:50.831 | +

[Yahoo-eng-team] [Bug 1352341] [NEW] reboot_instance testcase missing from tempest

2014-08-04 Thread Swami Reddy
Public bug reported: reboot_instance test case missing from tempest [test_reboot_instance(), similar to test_start_instance() and test_stop_instance()] ** Affects: tempest Importance: Undecided Status: New ** Tags: tempest ** Project changed: nova = tempest -- You received

[Yahoo-eng-team] [Bug 1322025] [NEW] [EC2] Terminateinstance returns incorrect current state name

2014-05-22 Thread Swami Reddy
Public bug reported: TerminateInstance returns the currentstate name and previousstate name are same. In the below sample response elements show the currnentstate name and previoustate name as running. Ideally the currentstate name should be terminated. == TerminateInstancesResponse

[Yahoo-eng-team] [Bug 1321220] [NEW] EC2] StartInstance response missing instanceset info

2014-05-20 Thread Swami Reddy
Public bug reported: Startinstance response elements shown as below: StartInstancesResponse xmlns=http://ec2.amazonaws.com/doc/2013-10-15/; requestIdreq-5970ccd7-c763-456c-89f0-5b55ea18880b/requestId returntrue/return /StartInstancesResponse But as per the AWS API reference doc, the

[Yahoo-eng-team] [Bug 1321239] [NEW] [EC2] StopInstance response missing instanceset info

2014-05-20 Thread Swami Reddy
Public bug reported: Stoptinstance response elements shown as below: Sample Request to stop the specified instance: === https://ec2.amazonaws.com/?Action=StopInstances InstanceId.1=i-10a64379 AUTHPARAMS == Response elements are: == :StopInstancesResponse

[Yahoo-eng-team] [Bug 1318588] [NEW] Volume create time format is not as per the AWS create time

2014-05-12 Thread Swami Reddy
Public bug reported: With openstack, the volume creation time is 'createTime2014-05-12T10:08:22.00/createTime' But with AWS, create volume time shows as :'createTime2014-05-12T10:06:41.885Z/createTime' For microseconds, 3 digits are extra and time zone is missing. This need to be fixed to