Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if [ $1 = "Yes" ]; then
  2. sudo sed -i '/"availability_zone" => partition.availability_zone,/a\ "spot_bid_price" => 0.10,' /home/tempest-web/tempest/web/app/models/tempest/manifests/aws/aws_product_manifest_generator.rb
  3. sudo sed -i '/"availability_zone" => installation.availability_zones.first.iaas_identifier,/a\ "spot_bid_price" => 0.10,' /home/tempest-web/tempest/web/app/models/tempest/manifests/aws/aws_product_manifest_generator.rb
  4. sudo sed -i 's/timeout: 600/timeout: 4000/g' /home/tempest-web/tempest/web/config/thin.production.yml
  5. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement