Skip to content

Commit

Permalink
Update openstack api calls tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Aug 24, 2016
1 parent 1a7d624 commit 3c5a679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/openstack-api-calls.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GET /
GET /v1/images/detail
GET /v2/images
POST /v1/images
POST /v2/images body: {"name":"<name>","disk_format":"qcow2","container_format":"bare","visibility":"private","version":"3262.7","os_type":"linux","os_distro":"ubuntu","architecture":"x86_64","auto_disk_config":"true","hypervisor_type":"kvm"}
POST /v2/images body: {"name":"<name>","disk_format":"qcow2","container_format":"bare","visibility":"private","version":"3262.8","os_type":"linux","os_distro":"ubuntu","architecture":"x86_64","auto_disk_config":"true","hypervisor_type":"kvm"}
PUT /v2/images/<resource_id>/file
```
### All calls for API endpoint 'network (neutron)'
Expand Down

0 comments on commit 3c5a679

Please sign in to comment.