lp:~smoser/simplestreams/cstack

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/simplestreams/cstack
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
simplestreams
Status:
Development

Recent revisions

28. By Scott Moser

add releases. support lxd/qemu dual openstack.

27. By Scott Moser

support for using openstack client rather than nova

also one change i had locally for 'snappy' without ubuntu-distro-info
installed.

26. By Scott Moser

support specifying --image=, snappy fix in qrun

25. By Scott Moser

fix broken 'is_rel'. add '--dry-run' to squery.

24. By Scott Moser

hackish way to support 'snappy'

23. By Scott Moser

cleanup TEMP_D

22. By Scott Moser

make sure sort is done with C locale

streams serial numbers are ordered by C locale.
$ echo "20140101.1 imgname" > f
$ echo "20140101 imgname" >> f

$ LANG=en_US.UTF-8 sort f
20140101.1 imgname
20140101 imgname

$ LANG=C sort f
20140101 imgname
20140101.1 imgname

21. By Scott Moser

add example 'my-userdata'.

just add a user-data that sets up my user.
and includes 'launch-time'

20. By Scott Moser

add ability to "render" userdata

this just replaces LAUNCH_SECONDS with unix seconds at launch
if the string is present.

19. By Scott Moser

know about 'vivid' in hard coded list

Branch metadata

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

Subscribers