Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
[EC2] Update of the Amazon image list in the examples and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valtri authored and Boris Parak committed May 25, 2016
1 parent e6736fb commit b6acc7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions etc/backends/ec2/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ aws_availability_zone: eu-west-1a
image_filtering:
policy: only_listed # 'only_listed' or 'only_owned' or 'owned_and_listed' or 'all'
image_list:
- ami-896c96fe
- ami-f7f03d80
- ami-4a5fb53d
- ami-8b8c57f8
- ami-f4278487
- ami-f95ef58a
network_create_allowed: false
network_destroy_allowed: false
network_destroy_vpn_gws: false
Expand Down
6 changes: 3 additions & 3 deletions etc/backends/ec2/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ aws_availability_zone: eu-west-1a
image_filtering:
policy: only_listed # 'only_listed' or 'only_owned' or 'owned_and_listed' or 'all'
image_list:
- ami-896c96fe
- ami-f7f03d80
- ami-4a5fb53d
- ami-8b8c57f8
- ami-f4278487
- ami-f95ef58a
network_create_allowed: false
network_destroy_allowed: false
network_destroy_vpn_gws: false
Expand Down
2 changes: 1 addition & 1 deletion examples/etc/apache2/sites-available/occi-ssl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
#SetEnv ROCCI_SERVER_EC2_AWS_ENDPOINT ""
SetEnv ROCCI_SERVER_EC2_AWS_AVAILABILITY_ZONE eu-west-1a
SetEnv ROCCI_SERVER_EC2_IMAGE_FILTERING_POLICY only_listed
SetEnv ROCCI_SERVER_EC2_IMAGE_FILTERING_IMAGE_LIST "ami-896c96fe ami-f7f03d80 ami-4a5fb53d"
SetEnv ROCCI_SERVER_EC2_IMAGE_FILTERING_IMAGE_LIST "ami-8b8c57f8 ami-f4278487 ami-f95ef58a"
SetEnv ROCCI_SERVER_EC2_NETWORK_CREATE_ALLOWED no
SetEnv ROCCI_SERVER_EC2_NETWORK_DESTROY_ALLOWED no
SetEnv ROCCI_SERVER_EC2_NETWORK_DESTROY_VPN_GWS no
Expand Down

0 comments on commit b6acc7e

Please sign in to comment.