Skip to content
Snippets Groups Projects
Commit 1253db1c authored by Yas Naoi's avatar Yas Naoi
Browse files

Issue #1665154 by yas: Fixed - Expanded the length of AWS Access Key up to 32.

parent 80770c98
No related branches found
No related tags found
No related merge requests found
Showing
with 35 additions and 19 deletions
CHANGE HISTORY CHANGE HISTORY
============== ==============
2012/07/30 6.x-1.x-dev (Updated)
2012/04/10 6.x-1.x-dev (Updated)
2011/12/21 6.x-1.2 (ver.1.2) 2011/12/21 6.x-1.2 (ver.1.2)
2011/12/21 6.x-1.x-dev (ver.1.2) 2011/12/21 6.x-1.x-dev (ver.1.2)
- Addition / Improvements - Addition / Improvements
......
...@@ -6,4 +6,5 @@ package = Cloud ...@@ -6,4 +6,5 @@ package = Cloud
; UI Scripts ; UI Scripts
scripts[] = js/cloud.js scripts[] = js/cloud.js
core = 6.x core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Activity Audit ...@@ -2,4 +2,5 @@ name = Activity Audit
description = User Activity Auditing. description = User Activity Auditing.
dependencies[] = cloud dependencies[] = cloud
package = Cloud package = Cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Alerts ...@@ -2,4 +2,5 @@ name = Alerts
description = Get a quick synopsis of Alert Specifications . description = Get a quick synopsis of Alert Specifications .
package = Cloud package = Cloud
dependencies[] = cloud dependencies[] = cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Billing ...@@ -2,4 +2,5 @@ name = Billing
description = Get a pricing details of instances. description = Get a pricing details of instances.
package = Cloud package = Cloud
dependencies[] = cloud_pricing dependencies[] = cloud_pricing
core = 6.x core = 6.x
\ No newline at end of file
...@@ -3,4 +3,5 @@ description = A cluster consists of a group of servers that work together ...@@ -3,4 +3,5 @@ description = A cluster consists of a group of servers that work together
package = Cloud package = Cloud
dependencies[] = cloud dependencies[] = cloud
dependencies[] = cloud_server_templates dependencies[] = cloud_server_templates
core = 6.x core = 6.x
\ No newline at end of file
...@@ -5,4 +5,5 @@ dependencies[] = cloud ...@@ -5,4 +5,5 @@ dependencies[] = cloud
dependencies[] = cloud_pricing dependencies[] = cloud_pricing
dependencies[] = cloud_metering dependencies[] = cloud_metering
dependencies[] = cloud_server_templates dependencies[] = cloud_server_templates
core = 6.x core = 6.x
\ No newline at end of file
...@@ -4,5 +4,5 @@ package = Cloud ...@@ -4,5 +4,5 @@ package = Cloud
dependencies[] = cloud dependencies[] = cloud
dependencies[] = cloud_server_templates dependencies[] = cloud_server_templates
dependencies[] = cloud_scripting dependencies[] = cloud_scripting
core = 6.x
core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Inputs ...@@ -2,4 +2,5 @@ name = Inputs
description = Get inputs variables. description = Get inputs variables.
package = Cloud package = Cloud
dependencies[] = cloud dependencies[] = cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -4,4 +4,5 @@ package = Cloud ...@@ -4,4 +4,5 @@ package = Cloud
dependencies[] = cloud dependencies[] = cloud
dependencies[] = cloud_pricing dependencies[] = cloud_pricing
dependencies[] = drupal_queue dependencies[] = drupal_queue
core = 6.x core = 6.x
\ No newline at end of file
...@@ -5,4 +5,5 @@ dependencies[] = cloud ...@@ -5,4 +5,5 @@ dependencies[] = cloud
dependencies[] = cloud_server_templates dependencies[] = cloud_server_templates
dependencies[] = cloud_scripting dependencies[] = cloud_scripting
dependencies[] = aws_cloud dependencies[] = aws_cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Pricing ...@@ -2,4 +2,5 @@ name = Pricing
description = Get a pricing details of instances. description = Get a pricing details of instances.
package = Cloud package = Cloud
dependencies[] = cloud dependencies[] = cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @file * @file
* *.inc file: Resource Allocator for Pluggable Algorithm * *.inc file: Resource Allocator for Pluggable Algorithm
* *
* Copyright (c) 2010-2011 DOCOMO Innovations, Inc. * Copyright (c) 2010-2012 DOCOMO Innovations, Inc.
* *
*/ */
......
...@@ -2,4 +2,5 @@ name = Resource Allocator ...@@ -2,4 +2,5 @@ name = Resource Allocator
description = Support Resource Allocation by Instance Allocation Algorithm. The default algorithm is 'Round Robin'. description = Support Resource Allocation by Instance Allocation Algorithm. The default algorithm is 'Round Robin'.
package = Cloud package = Cloud
dependencies[] = cloud dependencies[] = cloud
core = 6.x core = 6.x
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @file * @file
* *.install file: Resource Allocator for Pluggable Algorithm * *.install file: Resource Allocator for Pluggable Algorithm
* *
* Copyright (c) 2010-2011 DOCOMO Innovations, Inc. * Copyright (c) 2010-2012 DOCOMO Innovations, Inc.
* *
*/ */
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Select Algorithm for instance allocation onto specific host or datacenter. * Select Algorithm for instance allocation onto specific host or datacenter.
* The default algorithm is 'Round Robin Algo'. * The default algorithm is 'Round Robin Algo'.
* *
* Copyright (c) 2010-2011 DOCOMO Innovations, Inc. * Copyright (c) 2010-2012 DOCOMO Innovations, Inc.
* *
*/ */
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @file * @file
* Define constants: Resource Allocator for Pluggable Algorithm * Define constants: Resource Allocator for Pluggable Algorithm
* *
* Copyright (c) 2010-2011 DOCOMO Innovations, Inc. * Copyright (c) 2010-2012 DOCOMO Innovations, Inc.
* *
*/ */
......
...@@ -2,4 +2,5 @@ name = Round Robin Algorithm ...@@ -2,4 +2,5 @@ name = Round Robin Algorithm
description = Round Robin Algorithm for Instance Allocation (Provisioning) description = Round Robin Algorithm for Instance Allocation (Provisioning)
package = Cloud package = Cloud
dependencies[] = cloud_resource_allocator dependencies[] = cloud_resource_allocator
core = 6.x core = 6.x
\ No newline at end of file
...@@ -2,4 +2,5 @@ name = Allocation Algorithm ...@@ -2,4 +2,5 @@ name = Allocation Algorithm
description = Allocation Algorithm for Instance Allocation (Provisioning) description = Allocation Algorithm for Instance Allocation (Provisioning)
package = Cloud package = Cloud
dependencies[] = cloud_resource_allocator dependencies[] = cloud_resource_allocator
core = 6.x core = 6.x
\ No newline at end of file
...@@ -4,4 +4,5 @@ package = Cloud ...@@ -4,4 +4,5 @@ package = Cloud
dependencies[] = cloud dependencies[] = cloud
dependencies[] = cloud_server_templates dependencies[] = cloud_server_templates
dependencies[] = cloud_inputs dependencies[] = cloud_inputs
core = 6.x core = 6.x
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment