Advertisement
Guest User

Untitled

a guest
Dec 14th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. wget http://uec-images.ubuntu.com/releases/10.04/release/ubuntu-10.04-server-cloudimg-amd64.tar.gz
  2. tar zxf ubuntu-10.04-server-cloudimg-amd64.tar.gz
  3. glance -A 999888777666 add name=lucid-server-cloudimg-amd64-loader disk_format=ari container_format=ari is_public=True < lucid-server-cloudimg-amd64-loader
  4. glance -A 999888777666 add name=lucid-server-cloudimg-amd64-vmlinuz-virtual disk_format=aki container_format=aki is_public=True < lucid-server-cloudimg-amd64-vmlinuz-virtual
  5. glance -A 999888777666 add name=lucid-server-cloudimg-amd64 disk_format=ami container_format=ami is_public=True ramdisk_id=<replace> kernel_id=<replace> < lucid-server-cloudimg-amd64.img
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement