Jump to: navigation, search

Difference between revisions of "Glance-v2-v1-client-compatability"

m
m
Line 34: Line 34:
 
|-
 
|-
 
| image-list || --all-tenants ||  <span style="color:red">No</span> || Does not exist in v2
 
| image-list || --all-tenants ||  <span style="color:red">No</span> || Does not exist in v2
 +
|-
 +
|}
 +
 +
{| class="wikitable"
 +
|-
 +
! command !! sub-command !! Compatible !! Notes
 +
|-
 +
| image-create || || <span style="color:orange">No</span> | Slightly different output see [1]  |
 +
|-
 +
| image-create || --id || <span style="color:orange">No</span> |  Slightly different output see [1]  |
 +
|-
 +
| image-create || --owner || <span style="color:orange">No</span> |  Slightly different output see [1]  |
 +
|-
 +
| image-create || --size || <span style="color:red">No</span> | Does not exist in v2  |
 +
|-
 +
| image-create || --min-disk || <span style="color:orange">No</span> |  Slightly different output see [1] |
 +
|-
 +
| image-create || --min-ram || <span style="color:orange">No</span> |  Slightly different output see [1] |
 +
|-
 +
| image-create || --location || <span style="color:red">No</span> | Does not exist in v2 |
 +
|-
 +
| image-create || --owner || <span style="color:orange">No</span> |  Slightly different output see [1] |
 +
|-
 +
| image-create || --file || <span style="color:orange">No</span> |  Slightly different output see [1] |
 +
|-
 +
| image-create || --checksum || <span style="color:red">No</span> | Does not exist in v2 |
 +
|-
 +
| image-create || --copy-from || <span style="color:red">No</span> | Does not exist in v2 |
 +
|-
 +
| image-create || --is-public || <span style="color:red">No</span> | Replaced with --visibility v2 |
 +
|-
 +
| image-create || --is-protected || <span style="color:red">No</span> | Does not exist in v2 |
 +
|-
 +
| image-create || --property || <span style="color:orange">No</span> |  Slightly different output see [1] |
 +
|-
 +
| image-create || --progress || <span style="color:orange">No</span> |  Slightly different output see [1] |
 
|-
 
|-
 
|}
 
|}

Revision as of 10:38, 28 August 2015

command sub-command Compatible Notes
image-list No v2 displays fewer fields
image-list --verbose Yes v2 displays fewer fields
image-list --name No Does not exist in v2
image-list --status No Does not exist in v2
image-list --container-format No Does not exist in v2
image-list --disk-format No Does not exist in v2
image-list --size-min No Does not exist in v2
image-list --size-max No Does not exist in v2
image-list --property-filter No v2 displays fewer fields
image-list --page-fize No v2 displays fewer fields
image-list --human-readable No Does not exist in v2
image-list --sort-key No v2 sorts in the opposite direction
image-list --sort-dir Yes
image-list --is-public No Does not exist in v2 (ignored/broken in v1?)
image-list --owner No v2 displays fewer fields
image-list --all-tenants No Does not exist in v2
command sub-command Compatible Notes
image-create Slightly different output see [1] |
image-create --id Slightly different output see [1] |
image-create --owner Slightly different output see [1] |
image-create --size Does not exist in v2 |
image-create --min-disk Slightly different output see [1] |
image-create --min-ram Slightly different output see [1] |
image-create --location Does not exist in v2 |
image-create --owner Slightly different output see [1] |
image-create --file Slightly different output see [1] |
image-create --checksum Does not exist in v2 |
image-create --copy-from Does not exist in v2 |
image-create --is-public Replaced with --visibility v2 |
image-create --is-protected Does not exist in v2 |
image-create --property Slightly different output see [1] |
image-create --progress Slightly different output see [1] |