lp:~awstrial-dev/awstrial/ec2_regions

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~awstrial-dev/awstrial/ec2_regions
Members of Development of awstrial can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Development of awstrial
Project:
awstrial
Status:
Development

Recent revisions

388. By Dave Walker

Added unicode entries for Ec2Location & Ec2LocationDetail, and trial/admin.py entries

387. By Dave Walker

merged awstrial/trial/fixtures/{ec2_regions.yaml,ec2_location.yaml}, dropping the later

386. By Dave Walker

Added Ec2Location data, and moved existing fixtures to trial/fixtures. (Updating INSTALL)

385. By Scott Moser

move ec2_regions to being objects in the db

384. By Scott Moser

fix syntax error, missed closing paren

383. By Scott Moser

add 'region' to instance's __unicode__ so it shows up more places

382. By Scott Moser

change initialization of instance secret key.

The initial secret key for the instance is sent via user-data, which
then could be inspected by any user on the system (non-root) via
'ec2metadata --user-data'.

What this does is makes that initial secret key a single use only.

The instance boots, and then in its initial call home, it gets a
new secret key sent back. That secret key is then used for communication
from that point forward.

381. By Scott Moser

remove 'wait_poll_freq' (unused) from the isntance config dict

380. By Scott Moser

store the request ip when the a UserSession is created

379. By Scott Moser

change ownership of user data files to be root owned user group

The files in CONF_D/{username}.sh and .yaml were user owned, meaning
they could delete them and cause potential havok. Instead, make them
root owned, with the user's group as the group so they can read them, but
cannot delete them.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:awstrial
This branch contains Public information 
Everyone can see this information.