Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created July 30, 2009 18:51
Show Gist options
  • Save bobmcwhirter/158857 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/158857 to your computer and use it in GitHub Desktop.
<flavors>
<flavor href="http://localhost:3000/flavors/m1-small">
<id>m1-small</id>
<storage>160</storage>
<memory>1.7</memory>
<architecture>i386</architecture>
</flavor>
<flavor href="http://localhost:3000/flavors/m1-large">
<id>m1-large</id>
<storage>850</storage>
<memory>7.5</memory>
<architecture>x86_64</architecture>
</flavor>
<flavor href="http://localhost:3000/flavors/m1-xlarge">
<id>m1-xlarge</id>
<storage>1690</storage>
<memory>15</memory>
<architecture>x86_64</architecture>
</flavor>
<flavor href="http://localhost:3000/flavors/c1-medium">
<id>c1-medium</id>
<storage>350</storage>
<memory>1.7</memory>
<architecture>x86_64</architecture>
</flavor>
<flavor href="http://localhost:3000/flavors/c1-xlarge">
<id>c1-xlarge</id>
<storage>1690</storage>
<memory>7</memory>
<architecture>x86_64</architecture>
</flavor>
</flavors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment