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
==============
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.x-dev (ver.1.2)
- Addition / Improvements
......
......@@ -6,4 +6,5 @@ package = Cloud
; UI Scripts
scripts[] = js/cloud.js
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -2,4 +2,5 @@ name = Activity Audit
description = User Activity Auditing.
dependencies[] = cloud
package = Cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -2,4 +2,5 @@ name = Alerts
description = Get a quick synopsis of Alert Specifications .
package = Cloud
dependencies[] = cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -2,4 +2,5 @@ name = Billing
description = Get a pricing details of instances.
package = Cloud
dependencies[] = cloud_pricing
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -3,4 +3,5 @@ description = A cluster consists of a group of servers that work together
package = Cloud
dependencies[] = cloud
dependencies[] = cloud_server_templates
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -5,4 +5,5 @@ dependencies[] = cloud
dependencies[] = cloud_pricing
dependencies[] = cloud_metering
dependencies[] = cloud_server_templates
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -4,5 +4,5 @@ package = Cloud
dependencies[] = cloud
dependencies[] = cloud_server_templates
dependencies[] = cloud_scripting
core = 6.x
core = 6.x
\ No newline at end of file
......@@ -2,4 +2,5 @@ name = Inputs
description = Get inputs variables.
package = Cloud
dependencies[] = cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -4,4 +4,5 @@ package = Cloud
dependencies[] = cloud
dependencies[] = cloud_pricing
dependencies[] = drupal_queue
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -5,4 +5,5 @@ dependencies[] = cloud
dependencies[] = cloud_server_templates
dependencies[] = cloud_scripting
dependencies[] = aws_cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -2,4 +2,5 @@ name = Pricing
description = Get a pricing details of instances.
package = Cloud
dependencies[] = cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -4,7 +4,7 @@
* @file
* *.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
description = Support Resource Allocation by Instance Allocation Algorithm. The default algorithm is 'Round Robin'.
package = Cloud
dependencies[] = cloud
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -4,7 +4,7 @@
* @file
* *.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 @@
* Select Algorithm for instance allocation onto specific host or datacenter.
* 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 @@
* @file
* 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
description = Round Robin Algorithm for Instance Allocation (Provisioning)
package = Cloud
dependencies[] = cloud_resource_allocator
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -2,4 +2,5 @@ name = Allocation Algorithm
description = Allocation Algorithm for Instance Allocation (Provisioning)
package = Cloud
dependencies[] = cloud_resource_allocator
core = 6.x
\ No newline at end of file
core = 6.x
......@@ -4,4 +4,5 @@ package = Cloud
dependencies[] = cloud
dependencies[] = cloud_server_templates
dependencies[] = cloud_inputs
core = 6.x
\ No newline at end of file
core = 6.x
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