diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..86e34d6 --- /dev/null +++ b/README.rst @@ -0,0 +1,10 @@ +This project is no longer maintained. + +The contents of this repository are still available in the Git +source code management system. To see the contents of this +repository before it reached its end of life, please check out the +previous commit with "git checkout HEAD^1". + +For any further questions, please email +openstack-discuss@lists.openstack.org or join #openstack-dev on +Freenode. diff --git a/cinder/api_extensions/list_api_extensions.template b/cinder/api_extensions/list_api_extensions.template deleted file mode 100644 index e776ac8..0000000 --- a/cinder/api_extensions/list_api_extensions.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/extensions HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/backup_actions/force_delete_backup.template b/cinder/backup_actions/force_delete_backup.template deleted file mode 100644 index 97d55ae..0000000 --- a/cinder/backup_actions/force_delete_backup.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-force_delete": {} -} diff --git a/cinder/backups/create_backup.template b/cinder/backups/create_backup.template deleted file mode 100644 index 50d7af3..0000000 --- a/cinder/backups/create_backup.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "backup": { - "container": null, - "description": null, - "name": "backup001", - "volume_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "incremental": true - } -} diff --git a/cinder/backups/delete_backup.template b/cinder/backups/delete_backup.template deleted file mode 100644 index d0ccdbf..0000000 --- a/cinder/backups/delete_backup.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/backups/list_backups.template b/cinder/backups/list_backups.template deleted file mode 100644 index d350eb1..0000000 --- a/cinder/backups/list_backups.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/backups/list_backups_details.template b/cinder/backups/list_backups_details.template deleted file mode 100644 index 8e53e4d..0000000 --- a/cinder/backups/list_backups_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/backups/restore_backup.template b/cinder/backups/restore_backup.template deleted file mode 100644 index 6995b9e..0000000 --- a/cinder/backups/restore_backup.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/restore HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "restore": { - "name": "vol-01", - "volume_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/cinder/backups/show_backup.template b/cinder/backups/show_backup.template deleted file mode 100644 index 48b09a9..0000000 --- a/cinder/backups/show_backup.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/backups/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/capabilities/show_backend_capabilities.template b/cinder/capabilities/show_backend_capabilities.template deleted file mode 100644 index 915c371..0000000 --- a/cinder/capabilities/show_backend_capabilities.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/capabilities/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistency_group_snapshots/create_consistency_group_snapshot.template b/cinder/consistency_group_snapshots/create_consistency_group_snapshot.template deleted file mode 100644 index 12385a5..0000000 --- a/cinder/consistency_group_snapshots/create_consistency_group_snapshot.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/cgsnapshots HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "cgsnapshot": { - "consistencygroup_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "name": "firstcg", - "description": "first consistency group", - "user_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "project_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "status": "creating" - } -} diff --git a/cinder/consistency_group_snapshots/delete_consistency_group_snapshot.template b/cinder/consistency_group_snapshots/delete_consistency_group_snapshot.template deleted file mode 100644 index 140965e..0000000 --- a/cinder/consistency_group_snapshots/delete_consistency_group_snapshot.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/cgsnapshots/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistency_group_snapshots/list_consistency_group_snapshot_details.template b/cinder/consistency_group_snapshots/list_consistency_group_snapshot_details.template deleted file mode 100644 index ad3115e..0000000 --- a/cinder/consistency_group_snapshots/list_consistency_group_snapshot_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/cgsnapshots/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistency_group_snapshots/list_consistency_group_snapshots.template b/cinder/consistency_group_snapshots/list_consistency_group_snapshots.template deleted file mode 100644 index 063cb9f..0000000 --- a/cinder/consistency_group_snapshots/list_consistency_group_snapshots.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/cgsnapshots HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistency_group_snapshots/show_consistency_group_snapshot_details.template b/cinder/consistency_group_snapshots/show_consistency_group_snapshot_details.template deleted file mode 100644 index 38a6f81..0000000 --- a/cinder/consistency_group_snapshots/show_consistency_group_snapshot_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/cgsnapshots/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistencygroups/consistencygroups_delete_post.template b/cinder/consistencygroups/consistencygroups_delete_post.template deleted file mode 100644 index b205a84..0000000 --- a/cinder/consistencygroups/consistencygroups_delete_post.template +++ /dev/null @@ -1,9 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups/{consistencygroup_id:5b363906-6967-463c-bc05-6d284cf875ee}/delete HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "consistencygroup": { - "force": false - } -} diff --git a/cinder/consistencygroups/consistencygroups_detail_get.template b/cinder/consistencygroups/consistencygroups_detail_get.template deleted file mode 100644 index 26382c4..0000000 --- a/cinder/consistencygroups/consistencygroups_detail_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistencygroups/consistencygroups_get.template b/cinder/consistencygroups/consistencygroups_get.template deleted file mode 100644 index 715d5a4..0000000 --- a/cinder/consistencygroups/consistencygroups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups/{consistencygroup_id:5b363906-6967-463c-bc05-6d284cf875ee} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistencygroups/consistencygroups_list_get.template b/cinder/consistencygroups/consistencygroups_list_get.template deleted file mode 100644 index 0c090e0..0000000 --- a/cinder/consistencygroups/consistencygroups_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups?limit=100&sort_dir=desc HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/consistencygroups/consistencygroups_post.template b/cinder/consistencygroups/consistencygroups_post.template deleted file mode 100644 index b492339..0000000 --- a/cinder/consistencygroups/consistencygroups_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "consistencygroup": { - "name": "firstcg", - "description": "first consistency group", - "volume_types": "type1,type2", - "availability_zone": "az0" - } -} diff --git a/cinder/consistencygroups/consistencygroups_put.template b/cinder/consistencygroups/consistencygroups_put.template deleted file mode 100644 index 1831d73..0000000 --- a/cinder/consistencygroups/consistencygroups_put.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups/{consistencygroup_id:5b363906-6967-463c-bc05-6d284cf875ee}/update HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "consistencygroup": { - "name": "my_cg", - "description": "My consistency group", - "add_volumes": "volume-uuid-1,volume-uuid-2", - "remove_volumes": "volume-uuid-8,volume-uuid-9" - } -} diff --git a/cinder/consistencygroups/consistencygroups_source_post.template b/cinder/consistencygroups/consistencygroups_source_post.template deleted file mode 100644 index 2204456..0000000 --- a/cinder/consistencygroups/consistencygroups_source_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/consistencygroups/create_from_src HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "consistencygroup-from-src": { - "name": "firstcg", - "description": "first consistency group", - "cgsnapshot_id": "6f519a48-3183-46cf-a32f-41815f813986", - "source_cgid": "6f519a48-3183-46cf-a32f-41815f814546", - "user_id": "6f519a48-3183-46cf-a32f-41815f815555", - "project_id": "6f519a48-3183-46cf-a32f-41815f814444", - "status": "creating" - } -} diff --git a/cinder/limits/limits_get.template b/cinder/limits/limits_get.template deleted file mode 100644 index 82bd1ca..0000000 --- a/cinder/limits/limits_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/limits HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/default_quotas_get.template b/cinder/os_quota_sets/default_quotas_get.template deleted file mode 100644 index 7f49631..0000000 --- a/cinder/os_quota_sets/default_quotas_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/defaults HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/quotas_delete.template b/cinder/os_quota_sets/quotas_delete.template deleted file mode 100644 index 73f75ef..0000000 --- a/cinder/os_quota_sets/quotas_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/quotas_user_delete.template b/cinder/os_quota_sets/quotas_user_delete.template deleted file mode 100644 index f3ad3af..0000000 --- a/cinder/os_quota_sets/quotas_user_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/show_details_user_get.template b/cinder/os_quota_sets/show_details_user_get.template deleted file mode 100644 index 75adfaf..0000000 --- a/cinder/os_quota_sets/show_details_user_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/detail/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/show_get.template b/cinder/os_quota_sets/show_get.template deleted file mode 100644 index 17caae8..0000000 --- a/cinder/os_quota_sets/show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/show_quotas_get.template b/cinder/os_quota_sets/show_quotas_get.template deleted file mode 100644 index 8f25fed..0000000 --- a/cinder/os_quota_sets/show_quotas_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/os_quota_sets/update_put.template b/cinder/os_quota_sets/update_put.template deleted file mode 100644 index 01d90cf..0000000 --- a/cinder/os_quota_sets/update_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "quota_set": { - "snapshots": 45 - } -} diff --git a/cinder/os_quota_sets/update_quota_put.template b/cinder/os_quota_sets/update_quota_put.template deleted file mode 100644 index 615e53a..0000000 --- a/cinder/os_quota_sets/update_quota_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-quota-sets/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "quota_set": { - "snapshots": 45 - } -} diff --git a/cinder/os_volume_manage/manage_existing_volume_post.template b/cinder/os_volume_manage/manage_existing_volume_post.template deleted file mode 100644 index 412e9c8..0000000 --- a/cinder/os_volume_manage/manage_existing_volume_post.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume-manage HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume": { - "host": "geraint-VirtualBox", - "ref": { - "source-name": "existingLV", - "source-id": "1234" - }, - "name": "New Volume", - "availability_zone": "az2", - "description": "Volume imported from existingLV", - "volume_type": null, - "bootable": true, - "metadata": { - "key1": "value1", - "key2": "value2" - } - } -} diff --git a/cinder/pools/pools_get.template b/cinder/pools/pools_get.template deleted file mode 100644 index 6fc9365..0000000 --- a/cinder/pools/pools_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/scheduler-stats/get_pools HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/associate_qosvolume_get.template b/cinder/qos/associate_qosvolume_get.template deleted file mode 100644 index 561abc8..0000000 --- a/cinder/qos/associate_qosvolume_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/associate HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/associations_qos_get.template b/cinder/qos/associations_qos_get.template deleted file mode 100644 index 3bda4c3..0000000 --- a/cinder/qos/associations_qos_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/associations HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/create_qos_post.template b/cinder/qos/create_qos_post.template deleted file mode 100644 index 9707f92..0000000 --- a/cinder/qos/create_qos_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "qos_specs": { - "availability": "100", - "name": "reliability-spec", - "numberOfFailures": "0" - } -} diff --git a/cinder/qos/disassociate_qos_get.template b/cinder/qos/disassociate_qos_get.template deleted file mode 100644 index 8d67ec0..0000000 --- a/cinder/qos/disassociate_qos_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/disassociate_all HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/disassociate_qosvolume_get.template b/cinder/qos/disassociate_qosvolume_get.template deleted file mode 100644 index 85bef84..0000000 --- a/cinder/qos/disassociate_qosvolume_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/disassociate HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/list_qos_get.template b/cinder/qos/list_qos_get.template deleted file mode 100644 index 28cfc39..0000000 --- a/cinder/qos/list_qos_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/qos_specification_delete.template b/cinder/qos/qos_specification_delete.template deleted file mode 100644 index 523de90..0000000 --- a/cinder/qos/qos_specification_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/set_keys_put.template b/cinder/qos/set_keys_put.template deleted file mode 100644 index 643f685..0000000 --- a/cinder/qos/set_keys_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "qos_specs": { - "delay": "1" - } -} diff --git a/cinder/qos/show_qosdetails_get.template b/cinder/qos/show_qosdetails_get.template deleted file mode 100644 index 4dd8747..0000000 --- a/cinder/qos/show_qosdetails_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/qos/unset_keys_put.template b/cinder/qos/unset_keys_put.template deleted file mode 100644 index d173ccd..0000000 --- a/cinder/qos/unset_keys_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/qos-specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/delete_keys HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "keys": [ - "key1" - ] -} diff --git a/cinder/versions/list_api_versions.template b/cinder/versions/list_api_versions.template deleted file mode 100644 index 30b30f3..0000000 --- a/cinder/versions/list_api_versions.template +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/vol-image-data/vol-image-data_get.template b/cinder/vol-image-data/vol-image-data_get.template deleted file mode 100644 index 38505ab..0000000 --- a/cinder/vol-image-data/vol-image-data_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-vol-image-meta HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volume_type_access/add_private_volume_post.template b/cinder/volume_type_access/add_private_volume_post.template deleted file mode 100644 index a7e1b0d..0000000 --- a/cinder/volume_type_access/add_private_volume_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "addProjectAccess": { - "project": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/cinder/volume_type_access/list_private_volume_type_access_details.template b/cinder/volume_type_access/list_private_volume_type_access_details.template deleted file mode 100644 index 133e5e7..0000000 --- a/cinder/volume_type_access/list_private_volume_type_access_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|}/os-volume-type-access HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volume_type_access/remove_private_volume_post.template b/cinder/volume_type_access/remove_private_volume_post.template deleted file mode 100644 index af10b61..0000000 --- a/cinder/volume_type_access/remove_private_volume_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "removeProjectAccess": { - "project": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/cinder/volumes/actions/post_attach_volume.template b/cinder/volumes/actions/post_attach_volume.template deleted file mode 100644 index c2ec6c5..0000000 --- a/cinder/volumes/actions/post_attach_volume.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-attach": { - "instance_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "mountpoint": "/dev/vdc" - } -} diff --git a/cinder/volumes/actions/post_detach_volume.template b/cinder/volumes/actions/post_detach_volume.template deleted file mode 100644 index dcf563c..0000000 --- a/cinder/volumes/actions/post_detach_volume.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-detach": { - "attachment_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/cinder/volumes/actions/post_extend_size.template b/cinder/volumes/actions/post_extend_size.template deleted file mode 100644 index 89b2f06..0000000 --- a/cinder/volumes/actions/post_extend_size.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-extend": { - "new_size": 3 - } -} diff --git a/cinder/volumes/actions/post_force_detach_volume.template b/cinder/volumes/actions/post_force_detach_volume.template deleted file mode 100644 index 46eacf3..0000000 --- a/cinder/volumes/actions/post_force_detach_volume.template +++ /dev/null @@ -1,13 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-force_detach": { - "attachment_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "connector": { - "initiator": "iqn.2012-07.org.fake:01" - } - } -} diff --git a/cinder/volumes/actions/post_remove_metadata.template b/cinder/volumes/actions/post_remove_metadata.template deleted file mode 100644 index dec2067..0000000 --- a/cinder/volumes/actions/post_remove_metadata.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-unset_image_metadata": { - "ramdisk_id": "somedisk" - } -} diff --git a/cinder/volumes/actions/post_reset_volume.template b/cinder/volumes/actions/post_reset_volume.template deleted file mode 100644 index af0818b..0000000 --- a/cinder/volumes/actions/post_reset_volume.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-reset_status": { - "status": "available", - "attach_status": "detached", - "migration_status": "migrating" - } -} diff --git a/cinder/volumes/actions/post_set_metadata.template b/cinder/volumes/actions/post_set_metadata.template deleted file mode 100644 index 51816c9..0000000 --- a/cinder/volumes/actions/post_set_metadata.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-set_image_metadata": { - "metadata": { - "image_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "image_name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "kernel_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "ramdisk_id": "somedisk" - } - } -} diff --git a/cinder/volumes/actions/post_unmanage_volume.template b/cinder/volumes/actions/post_unmanage_volume.template deleted file mode 100644 index df9462d..0000000 --- a/cinder/volumes/actions/post_unmanage_volume.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-unmanage": {} -} diff --git a/cinder/volumes/delete_volume.template b/cinder/volumes/delete_volume.template deleted file mode 100644 index 2c89de3..0000000 --- a/cinder/volumes/delete_volume.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/get_show_volume.template b/cinder/volumes/get_show_volume.template deleted file mode 100644 index 9cf3ac2..0000000 --- a/cinder/volumes/get_show_volume.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/get_volume.template b/cinder/volumes/get_volume.template deleted file mode 100644 index 94eede9..0000000 --- a/cinder/volumes/get_volume.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/get_volume_details.template b/cinder/volumes/get_volume_details.template deleted file mode 100644 index 010c241..0000000 --- a/cinder/volumes/get_volume_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/get_volume_metadata.template b/cinder/volumes/get_volume_metadata.template deleted file mode 100644 index b4c34e0..0000000 --- a/cinder/volumes/get_volume_metadata.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/metadata HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/post_create_volume.template b/cinder/volumes/post_create_volume.template deleted file mode 100644 index 75b3316..0000000 --- a/cinder/volumes/post_create_volume.template +++ /dev/null @@ -1,27 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume": { - "size": 1, - "availability_zone": null, - "source_volid": null, - "description": null, - "multiattach ": false, - "snapshot_id": null, - "name": null, - "imageRef": null, - "volume_type": null, - "metadata": {}, - "source_replica": null, - "consistencygroup_id": null - }, - "OS-SCH-HNT:scheduler_hints": { - "same_host": [ - "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - ] - } -} diff --git a/cinder/volumes/post_create_volume_metadata.template b/cinder/volumes/post_create_volume_metadata.template deleted file mode 100644 index 9635cc4..0000000 --- a/cinder/volumes/post_create_volume_metadata.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/metadata HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metadata": { - "name": "meta: sample_vol-001", - "description": "This is yet, another volume." - } -} diff --git a/cinder/volumes/put_update_volume.template b/cinder/volumes/put_update_volume.template deleted file mode 100644 index 6955532..0000000 --- a/cinder/volumes/put_update_volume.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/ HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume": { - "name": "sample_vol-001", - "description": "This is yet, another volume." - } -} diff --git a/cinder/volumes/put_volume_metadata.template b/cinder/volumes/put_volume_metadata.template deleted file mode 100644 index 5f20b6d..0000000 --- a/cinder/volumes/put_volume_metadata.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/volumes/{volume_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_id:[]|}/metadata HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metadata": { - "name": "updated meta: sample_vol-001", - "description": "This is yet, another volume." - } -} diff --git a/cinder/volumes/snapshots/delete_snapshot.template b/cinder/volumes/snapshots/delete_snapshot.template deleted file mode 100644 index cce0a2b..0000000 --- a/cinder/volumes/snapshots/delete_snapshot.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/{snapshot_id:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/snapshots/get_list_snapshots.template b/cinder/volumes/snapshots/get_list_snapshots.template deleted file mode 100644 index 01a7a06..0000000 --- a/cinder/volumes/snapshots/get_list_snapshots.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/snapshots/get_list_snapshots_details.template b/cinder/volumes/snapshots/get_list_snapshots_details.template deleted file mode 100644 index 08abf9a..0000000 --- a/cinder/volumes/snapshots/get_list_snapshots_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/snapshots/get_snapshot_details.template b/cinder/volumes/snapshots/get_snapshot_details.template deleted file mode 100644 index 1187688..0000000 --- a/cinder/volumes/snapshots/get_snapshot_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/{snapshot_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_snapshot_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/snapshots/get_snapshot_metadata.template b/cinder/volumes/snapshots/get_snapshot_metadata.template deleted file mode 100644 index da86141..0000000 --- a/cinder/volumes/snapshots/get_snapshot_metadata.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/{snapshot_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_snapshot_id:[]|}/metadata HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/snapshots/post_create_snapshot.template b/cinder/volumes/snapshots/post_create_snapshot.template deleted file mode 100644 index ac9c3f6..0000000 --- a/cinder/volumes/snapshots/post_create_snapshot.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "snapshot": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "Daily backup", - "volume_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "force": true, - "created_at": "2016-09-27T09:49:58-05:00" - } -} diff --git a/cinder/volumes/snapshots/put_snapshot_metadata.template b/cinder/volumes/snapshots/put_snapshot_metadata.template deleted file mode 100644 index f4ffee9..0000000 --- a/cinder/volumes/snapshots/put_snapshot_metadata.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/{snapshot_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_snapshot_id:[]|}/metadata HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metadata": { - "key": "v2" - } - -} diff --git a/cinder/volumes/snapshots/put_snapshot_update.template b/cinder/volumes/snapshots/put_snapshot_update.template deleted file mode 100644 index b54a155..0000000 --- a/cinder/volumes/snapshots/put_snapshot_update.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/snapshots/{snapshot_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_snapshot_id:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "snapshot": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "This is yet, another snapshot." - } -} diff --git a/cinder/volumes/types/delete_volume_type.template b/cinder/volumes/types/delete_volume_type.template deleted file mode 100644 index f27dd8c..0000000 --- a/cinder/volumes/types/delete_volume_type.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/types/get_volume_type.template b/cinder/volumes/types/get_volume_type.template deleted file mode 100644 index ac28d1d..0000000 --- a/cinder/volumes/types/get_volume_type.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/types/list_volume_types.template b/cinder/volumes/types/list_volume_types.template deleted file mode 100644 index 0ec7ea9..0000000 --- a/cinder/volumes/types/list_volume_types.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumes/types/post_create_volume_types.template b/cinder/volumes/types/post_create_volume_types.template deleted file mode 100644 index 2420c88..0000000 --- a/cinder/volumes/types/post_create_volume_types.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume_type": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "volume type 0001", - "os-volume-type-access:is_public": true, - "extra_specs": { - "capabilities": "gpu" - } - } -} diff --git a/cinder/volumes/types/put_update_spec_volume_type.template b/cinder/volumes/types/put_update_spec_volume_type.template deleted file mode 100644 index a332cbf..0000000 --- a/cinder/volumes/types/put_update_spec_volume_type.template +++ /dev/null @@ -1,17 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume_type": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "volume type 0001", - "is_public": true, - "extra_specs": { - "capabilities": "gpu" - - } - } - -} diff --git a/cinder/volumes/types/put_update_volume_type.template b/cinder/volumes/types/put_update_volume_type.template deleted file mode 100644 index 95b1488..0000000 --- a/cinder/volumes/types/put_update_volume_type.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/types/{volume_type_id:CALL_EXTERNAL|syntribos.extensions.cinder.client:get_volume_type_id:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volume_type": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "volume type 0001", - "is_public": true - } -} diff --git a/cinder/volumetransfer/volumetransfer_accept_post.template b/cinder/volumetransfer/volumetransfer_accept_post.template deleted file mode 100644 index b9ad738..0000000 --- a/cinder/volumetransfer/volumetransfer_accept_post.template +++ /dev/null @@ -1,9 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer/{transfer_id:5b363906-6967-463c-bc05-6d284cf875ee}/accept HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "accept": { - "auth_key": "9266c59563c84664" - } -} diff --git a/cinder/volumetransfer/volumetransfer_delete.template b/cinder/volumetransfer/volumetransfer_delete.template deleted file mode 100644 index 9e77cad..0000000 --- a/cinder/volumetransfer/volumetransfer_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer/{transfer_id:5b363906-6967-463c-bc05-6d284cf875ee}/accept HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumetransfer/volumetransfer_details_get.template b/cinder/volumetransfer/volumetransfer_details_get.template deleted file mode 100644 index ec01f02..0000000 --- a/cinder/volumetransfer/volumetransfer_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumetransfer/volumetransfer_get.template b/cinder/volumetransfer/volumetransfer_get.template deleted file mode 100644 index d1845e4..0000000 --- a/cinder/volumetransfer/volumetransfer_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer/{transfer_id:5b363906-6967-463c-bc05-6d284cf875ee} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumetransfer/volumetransfer_list_get.template b/cinder/volumetransfer/volumetransfer_list_get.template deleted file mode 100644 index c003948..0000000 --- a/cinder/volumetransfer/volumetransfer_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/cinder/volumetransfer/volumetransfer_post.template b/cinder/volumetransfer/volumetransfer_post.template deleted file mode 100644 index 322fa42..0000000 --- a/cinder/volumetransfer/volumetransfer_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2/{tenant_id:CALL_EXTERNAL|syntribos.extensions.identity.client:get_project_id_v3:[]|}/os-volume-transfer HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "transfer": { - "volume_id": "c86b9af4-151d-4ead-b62c-5fb967af0e37", - "name": "first volume" - } -} diff --git a/glance/delete_image.template b/glance/delete_image.template deleted file mode 100644 index 2843f32..0000000 --- a/glance/delete_image.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/images/{image_id:3349cf08-a20f-42de-a605-340059523b71} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/delete_image_member.template b/glance/delete_image_member.template deleted file mode 100644 index e6ec2a7..0000000 --- a/glance/delete_image_member.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/images/{image_id:3349cf08-a20f-42de-a605-340059523b71}/members/{member_id:88b8dda6-150b-4387-ba82-a8284d6abbfb} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_image.template b/glance/get_image.template deleted file mode 100644 index 4f6641a..0000000 --- a/glance/get_image.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_image_member.template b/glance/get_image_member.template deleted file mode 100644 index d7d99ed..0000000 --- a/glance/get_image_member.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/members/{member_id:88b8dda6-150b-4387-ba82-a8284d6abbfb} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_image_members_all.template b/glance/get_image_members_all.template deleted file mode 100644 index d6ca8d7..0000000 --- a/glance/get_image_members_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/members HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_images_all.template b/glance/get_images_all.template deleted file mode 100644 index 45a5e3e..0000000 --- a/glance/get_images_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_images_all_full_querystring.template b/glance/get_images_all_full_querystring.template deleted file mode 100644 index a5eb06c..0000000 --- a/glance/get_images_all_full_querystring.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images?limit=9999&marker=CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|&name=testing&owner=testing&status=in:queued,saving,active,killed,deleted,pending_delete,deactivated&tag=testing&visibility=public&member_status=accepted&size_min=0&size_max=999999&created_at=gt:2014-04-18T21:38:54Z&updated_at=gt:2014-04-18T21:38:54Z&sort_dir=desc&sort_key=name HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/get_images_all_size_filter.template b/glance/get_images_all_size_filter.template deleted file mode 100644 index d945ee1..0000000 --- a/glance/get_images_all_size_filter.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images?size_min=0&size_max=1000000 HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_data/image_data_get.template b/glance/image_data/image_data_get.template deleted file mode 100644 index c0f569c..0000000 --- a/glance/image_data/image_data_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/file HTTP/1.1 -Accept: application/octet-stream -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_data/put_image_data.template b/glance/image_data/put_image_data.template deleted file mode 100644 index cdeee97..0000000 --- a/glance/image_data/put_image_data.template +++ /dev/null @@ -1,6 +0,0 @@ -PUT /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/file HTTP/1.1 -Accept: application/json -Content-Type: application/octet-stream -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{"variable":"test data"} diff --git a/glance/image_schemas/imageschemas_image_get.template b/glance/image_schemas/imageschemas_image_get.template deleted file mode 100644 index 82e427a..0000000 --- a/glance/image_schemas/imageschemas_image_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/image HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_schemas/imageschemas_images_get.template b/glance/image_schemas/imageschemas_images_get.template deleted file mode 100644 index dc582c2..0000000 --- a/glance/image_schemas/imageschemas_images_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/images HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_schemas/imageschemas_member_get.template b/glance/image_schemas/imageschemas_member_get.template deleted file mode 100644 index 3585555..0000000 --- a/glance/image_schemas/imageschemas_member_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/member HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_schemas/imageschemas_members_get.template b/glance/image_schemas/imageschemas_members_get.template deleted file mode 100644 index e174197..0000000 --- a/glance/image_schemas/imageschemas_members_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/members HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_tags/imagetags_delete.template b/glance/image_tags/imagetags_delete.template deleted file mode 100644 index 13d9ef3..0000000 --- a/glance/image_tags/imagetags_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2/images/{image_id:3349cf08-a20f-42de-a605-340059523b71}/tags/{tag:x} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/image_tags/imagetags_put.template b/glance/image_tags/imagetags_put.template deleted file mode 100644 index a72d2cb..0000000 --- a/glance/image_tags/imagetags_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/tags/{tag:x} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/patch_image.template b/glance/patch_image.template deleted file mode 100644 index e0e93d5..0000000 --- a/glance/patch_image.template +++ /dev/null @@ -1,12 +0,0 @@ -PATCH /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/openstack-images-v2.1-json-patch -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -[ - { - "op": "replace", - "path": "/name", - "value": "Fedora 17" - } -] diff --git a/glance/post_deactivate_image.template b/glance/post_deactivate_image.template deleted file mode 100644 index c1dffe2..0000000 --- a/glance/post_deactivate_image.template +++ /dev/null @@ -1,3 +0,0 @@ -POST /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/actions/deactivate HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/post_image.template b/glance/post_image.template deleted file mode 100644 index 59f4c32..0000000 --- a/glance/post_image.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2/images HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "container_format": "bare", - "disk_format": "raw", - "name": "Ubuntu", - "id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protected": false, - "tags": ["testing"], - "visibility": "private" -} diff --git a/glance/post_image_member.template b/glance/post_image_member.template deleted file mode 100644 index 4cbe97f..0000000 --- a/glance/post_image_member.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/members HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "member": "83814cdb88df47989862e62454d946a2" -} diff --git a/glance/post_reactivate_image.template b/glance/post_reactivate_image.template deleted file mode 100644 index 6b8624c..0000000 --- a/glance/post_reactivate_image.template +++ /dev/null @@ -1,3 +0,0 @@ -POST /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/actions/reactivate HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/put_image_member.template b/glance/put_image_member.template deleted file mode 100644 index 7990464..0000000 --- a/glance/put_image_member.template +++ /dev/null @@ -1,8 +0,0 @@ -PUT /v2/images/{image_id:CALL_EXTERNAL|syntribos.extensions.glance.client:get_image_id:[]|}/members/{member_id:88b8dda6-150b-4387-ba82-a8284d6abbfb} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "status": "accepted" -} diff --git a/glance/task_schemas/taskschemas_list_get.template b/glance/task_schemas/taskschemas_list_get.template deleted file mode 100644 index 1a56bab..0000000 --- a/glance/task_schemas/taskschemas_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/tasks HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/task_schemas/taskschemas_show_get.template b/glance/task_schemas/taskschemas_show_get.template deleted file mode 100644 index b477e7a..0000000 --- a/glance/task_schemas/taskschemas_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/schemas/task HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/tasks/create_task.template b/glance/tasks/create_task.template deleted file mode 100644 index dcd7a44..0000000 --- a/glance/tasks/create_task.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2/tasks HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "type": "import", - "input": { - "import_from": "http://app.catalog.openstack.org/groovy-image", - "import_from_format": "qcow2", - "image_properties": { - "disk_format": "vhd", - "container_format": "ovf" - } - } -} diff --git a/glance/tasks/list_tasks.template b/glance/tasks/list_tasks.template deleted file mode 100644 index b9f5def..0000000 --- a/glance/tasks/list_tasks.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/tasks HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/glance/tasks/task_details.template b/glance/tasks/task_details.template deleted file mode 100644 index 19387cf..0000000 --- a/glance/tasks/task_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/tasks/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/create_archive_policy.template b/gnocchi/create_archive_policy.template deleted file mode 100644 index c5b87fc..0000000 --- a/gnocchi/create_archive_policy.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v1/archive_policy HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "back_window": 0, - "definition": [ - { - "granularity": "1h", - "timespan": "7 day" - }, - { - "granularity": "1s", - "timespan": "1 hour" - }, - { - "points": 48, - "timespan": "1 day" - } - ], - "name": "short" -} diff --git a/gnocchi/create_archive_policy_rule.template b/gnocchi/create_archive_policy_rule.template deleted file mode 100644 index 4e48c67..0000000 --- a/gnocchi/create_archive_policy_rule.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v1/archive_policy_rule HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "archive_policy_name": "low", - "metric_pattern": "disk.io.*", - "name": "test_rule" -} diff --git a/gnocchi/create_generic_resource.template b/gnocchi/create_generic_resource.template deleted file mode 100644 index 9c458f0..0000000 --- a/gnocchi/create_generic_resource.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v1/resource/generic HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "project_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "user_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" -} diff --git a/gnocchi/create_metric.template b/gnocchi/create_metric.template deleted file mode 100644 index 961fadc..0000000 --- a/gnocchi/create_metric.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v1/metric HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "archive_policy_name": "high" -} diff --git a/gnocchi/delete_specific_archive_policy.template b/gnocchi/delete_specific_archive_policy.template deleted file mode 100644 index d443959..0000000 --- a/gnocchi/delete_specific_archive_policy.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/archive_policy/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/delete_specific_archive_policy_rule.template b/gnocchi/delete_specific_archive_policy_rule.template deleted file mode 100644 index 84ce0af..0000000 --- a/gnocchi/delete_specific_archive_policy_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/archive_policy_rule/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/delete_specific_generic_resource.template b/gnocchi/delete_specific_generic_resource.template deleted file mode 100644 index 232f4de..0000000 --- a/gnocchi/delete_specific_generic_resource.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/resource/generic/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/delete_specific_metric.template b/gnocchi/delete_specific_metric.template deleted file mode 100644 index 86315d7..0000000 --- a/gnocchi/delete_specific_metric.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/metric/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/delete_specific_resource_type.template b/gnocchi/delete_specific_resource_type.template deleted file mode 100644 index a66b7a6..0000000 --- a/gnocchi/delete_specific_resource_type.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/resource_type/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_metric_measures.template b/gnocchi/get_metric_measures.template deleted file mode 100644 index 40d9224..0000000 --- a/gnocchi/get_metric_measures.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/metric/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/measures HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_specific_archive_policy.template b/gnocchi/get_specific_archive_policy.template deleted file mode 100644 index 56ad0ae..0000000 --- a/gnocchi/get_specific_archive_policy.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/archive_policy/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_specific_archive_policy_rule.template b/gnocchi/get_specific_archive_policy_rule.template deleted file mode 100644 index 5e51e84..0000000 --- a/gnocchi/get_specific_archive_policy_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/archive_policy_rule/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_specific_generic_resource.template b/gnocchi/get_specific_generic_resource.template deleted file mode 100644 index 3d79bfb..0000000 --- a/gnocchi/get_specific_generic_resource.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/resource/generic/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_specific_metric.template b/gnocchi/get_specific_metric.template deleted file mode 100644 index 7cf6573..0000000 --- a/gnocchi/get_specific_metric.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/metric/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/get_specific_resource_type.template b/gnocchi/get_specific_resource_type.template deleted file mode 100644 index 22fdb5c..0000000 --- a/gnocchi/get_specific_resource_type.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/resource_type/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_all_generic_resources.template b/gnocchi/list_all_generic_resources.template deleted file mode 100644 index 2c914b3..0000000 --- a/gnocchi/list_all_generic_resources.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/resource/generic HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_all_metric.template b/gnocchi/list_all_metric.template deleted file mode 100644 index 2d72538..0000000 --- a/gnocchi/list_all_metric.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/metric HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_archive_policies.template b/gnocchi/list_archive_policies.template deleted file mode 100644 index 852f2c6..0000000 --- a/gnocchi/list_archive_policies.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/archive_policy HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_archive_policy_rules.template b/gnocchi/list_archive_policy_rules.template deleted file mode 100644 index 78c4c70..0000000 --- a/gnocchi/list_archive_policy_rules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/archive_policy_rule HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_resource_types.template b/gnocchi/list_resource_types.template deleted file mode 100644 index 2750e44..0000000 --- a/gnocchi/list_resource_types.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/resource_type HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/list_resources.template b/gnocchi/list_resources.template deleted file mode 100644 index b446031..0000000 --- a/gnocchi/list_resources.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/resource HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/gnocchi/patch_archive_policy.template b/gnocchi/patch_archive_policy.template deleted file mode 100644 index e57b186..0000000 --- a/gnocchi/patch_archive_policy.template +++ /dev/null @@ -1,12 +0,0 @@ -PATCH /v1/archive_policy/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -[ - { - "op": "replace", - "path": "/name", - "value": "Fedora 17" - } -] diff --git a/gnocchi/patch_archive_policy_rule.template b/gnocchi/patch_archive_policy_rule.template deleted file mode 100644 index b244367..0000000 --- a/gnocchi/patch_archive_policy_rule.template +++ /dev/null @@ -1,8 +0,0 @@ -PATCH /v1/archive_policy_rule/{CALL_EXTERNAL|syntribos.extensions.random_data.client:random_string:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "name": "new_name" -} diff --git a/gnocchi/send_batch_measures.template b/gnocchi/send_batch_measures.template deleted file mode 100644 index 87fa40b..0000000 --- a/gnocchi/send_batch_measures.template +++ /dev/null @@ -1,27 +0,0 @@ -POST /v1/batch/metrics/measures HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}": [ - { - "timestamp": "2014-10-06T14:34:12", - "value": 12 - }, - { - "timestamp": "2014-10-06T14:34:20", - "value": 2 - } - ], - "{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}": [ - { - "timestamp": "2014-10-06T16:12:12", - "value": 3 - }, - { - "timestamp": "2014-10-06T18:14:52", - "value": 4 - } - ] -} diff --git a/gnocchi/send_measures.template b/gnocchi/send_measures.template deleted file mode 100644 index 77366d7..0000000 --- a/gnocchi/send_measures.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v1/metric/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/measures HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -[ - { - "timestamp": "2014-10-06T14:33:57", - "value": 43.1 - }, - { - "timestamp": "2014-10-06T14:34:12", - "value": 12 - } -] diff --git a/keystone/admin/domains_get.template b/keystone/admin/domains_get.template deleted file mode 100644 index d091de4..0000000 --- a/keystone/admin/domains_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/domains/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/domains_patch.template b/keystone/admin/domains_patch.template deleted file mode 100644 index 1005c2c..0000000 --- a/keystone/admin/domains_patch.template +++ /dev/null @@ -1,12 +0,0 @@ -PATCH /v3/domains/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "domain": { - "description": "Domain description", - "enabled": true, - "name": "user" - } -} diff --git a/keystone/admin/domains_post.template b/keystone/admin/domains_post.template deleted file mode 100644 index ab01b3f..0000000 --- a/keystone/admin/domains_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v3/domains HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "domain": { - "description": "Domain description", - "enabled": true, - "name": "user" - } -} diff --git a/keystone/admin/groups_add_user_put.template b/keystone/admin/groups_add_user_put.template deleted file mode 100644 index d0cf1ad..0000000 --- a/keystone/admin/groups_add_user_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/groups/{c45412aa3cb74824a222c2f051bd62ac}/users/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_check_user_head.template b/keystone/admin/groups_check_user_head.template deleted file mode 100644 index c4a550c..0000000 --- a/keystone/admin/groups_check_user_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/groups/{c45412aa3cb74824a222c2f051bd62ac}/users/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_delete.template b/keystone/admin/groups_delete.template deleted file mode 100644 index e9af7e3..0000000 --- a/keystone/admin/groups_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/groups/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_get.template b/keystone/admin/groups_get.template deleted file mode 100644 index abdf092..0000000 --- a/keystone/admin/groups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/groups/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_get_without_id.template b/keystone/admin/groups_get_without_id.template deleted file mode 100644 index b1d238b..0000000 --- a/keystone/admin/groups_get_without_id.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/groups/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_patch.template b/keystone/admin/groups_patch.template deleted file mode 100644 index dd2b4d0..0000000 --- a/keystone/admin/groups_patch.template +++ /dev/null @@ -1,10 +0,0 @@ -PATCH /v3/groups/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| - -{ - "group": { - "description": "Security developers 2016", - "name": "user" - } -} diff --git a/keystone/admin/groups_post.template b/keystone/admin/groups_post.template deleted file mode 100644 index 11f5d5c..0000000 --- a/keystone/admin/groups_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v3/groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "group": { - "description": "Security developers", - "domain_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "name": "user" - } -} \ No newline at end of file diff --git a/keystone/admin/groups_role_project_delete.template b/keystone/admin/groups_role_project_delete.template deleted file mode 100644 index 6bbc8a1..0000000 --- a/keystone/admin/groups_role_project_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{0426ac1e48f642ef9544c2251e07e261}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_role_project_head.template b/keystone/admin/groups_role_project_head.template deleted file mode 100644 index 230782c..0000000 --- a/keystone/admin/groups_role_project_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{0426ac1e48f642ef9544c2251e07e261}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/admin/groups_role_project_put.template b/keystone/admin/groups_role_project_put.template deleted file mode 100644 index c5e0e9c..0000000 --- a/keystone/admin/groups_role_project_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{0426ac1e48f642ef9544c2251e07e261}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/admin/groups_roles_project_get.template b/keystone/admin/groups_roles_project_get.template deleted file mode 100644 index 2ee53ec..0000000 --- a/keystone/admin/groups_roles_project_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{0426ac1e48f642ef9544c2251e07e261}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/admin/groups_user_delete.template b/keystone/admin/groups_user_delete.template deleted file mode 100644 index c4dd7dd..0000000 --- a/keystone/admin/groups_user_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/groups/{c45412aa3cb74824a222c2f051bd62ac}/users/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/groups_users_get.template b/keystone/admin/groups_users_get.template deleted file mode 100644 index 230f2c6..0000000 --- a/keystone/admin/groups_users_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/groups/{c45412aa3cb74824a222c2f051bd62ac}/users HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/projects_cascade_delete.template b/keystone/admin/projects_cascade_delete.template deleted file mode 100644 index f37e1a6..0000000 --- a/keystone/admin/projects_cascade_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/cascade HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/admin/projects_cascade_patch.template b/keystone/admin/projects_cascade_patch.template deleted file mode 100644 index d1ed779..0000000 --- a/keystone/admin/projects_cascade_patch.template +++ /dev/null @@ -1,10 +0,0 @@ -PATCH /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/cascade HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "project": { - "enabled": true - } -} \ No newline at end of file diff --git a/keystone/admin/projects_details_delete.template b/keystone/admin/projects_details_delete.template deleted file mode 100644 index 27e4df1..0000000 --- a/keystone/admin/projects_details_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/projects_details_get.template b/keystone/admin/projects_details_get.template deleted file mode 100644 index 6ba1875..0000000 --- a/keystone/admin/projects_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/projects_details_patch.template b/keystone/admin/projects_details_patch.template deleted file mode 100644 index 06702cf..0000000 --- a/keystone/admin/projects_details_patch.template +++ /dev/null @@ -1,12 +0,0 @@ -PATCH /v3/projects/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "project": { - "description": "My updated project", - "domain_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "name": "user" - } -} \ No newline at end of file diff --git a/keystone/admin/projects_get.template b/keystone/admin/projects_get.template deleted file mode 100644 index 11cfd69..0000000 --- a/keystone/admin/projects_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/projects_post.template b/keystone/admin/projects_post.template deleted file mode 100644 index e222f58..0000000 --- a/keystone/admin/projects_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v3/projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "project": { - "description": "My new project", - "domain_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "enabled": true, - "is_domain": true, - "name": "name" - } -} \ No newline at end of file diff --git a/keystone/admin/regions_delete.template b/keystone/admin/regions_delete.template deleted file mode 100644 index ec68826..0000000 --- a/keystone/admin/regions_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/regions/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/regions_details_get.template b/keystone/admin/regions_details_get.template deleted file mode 100644 index ef4bf70..0000000 --- a/keystone/admin/regions_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/regions/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/admin/regions_get.template b/keystone/admin/regions_get.template deleted file mode 100644 index 9191315..0000000 --- a/keystone/admin/regions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/regions HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/admin/regions_patch.template b/keystone/admin/regions_patch.template deleted file mode 100644 index 212d492..0000000 --- a/keystone/admin/regions_patch.template +++ /dev/null @@ -1,10 +0,0 @@ -PATCH /v3/regions/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "region": { - "description": "My subregion 3" - } -} \ No newline at end of file diff --git a/keystone/admin/regions_post.template b/keystone/admin/regions_post.template deleted file mode 100644 index f287685..0000000 --- a/keystone/admin/regions_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v3/regions/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "region": { - "description": "My subregion", - "id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "parent_region_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/admin/v2_extenstions_details_get.template b/keystone/admin/v2_extenstions_details_get.template deleted file mode 100644 index 1dc5b4a..0000000 --- a/keystone/admin/v2_extenstions_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/extensions/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_extenstions_get.template b/keystone/admin/v2_extenstions_get.template deleted file mode 100644 index d436c5c..0000000 --- a/keystone/admin/v2_extenstions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/extensions HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tenants_details_get.template b/keystone/admin/v2_tenants_details_get.template deleted file mode 100644 index 38db404..0000000 --- a/keystone/admin/v2_tenants_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tenants/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tenants_get.template b/keystone/admin/v2_tenants_get.template deleted file mode 100644 index 57e889e..0000000 --- a/keystone/admin/v2_tenants_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tenants HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tenants_users_roles_get.template b/keystone/admin/v2_tenants_users_roles_get.template deleted file mode 100644 index 15738fa..0000000 --- a/keystone/admin/v2_tenants_users_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tenants/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_token_delete.template b/keystone/admin/v2_token_delete.template deleted file mode 100644 index 58bc8e4..0000000 --- a/keystone/admin/v2_token_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/tokens/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tokens_endpoints_get.template b/keystone/admin/v2_tokens_endpoints_get.template deleted file mode 100644 index 0e15065..0000000 --- a/keystone/admin/v2_tokens_endpoints_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tokens/{0ffd248c55b443eaac5253b4e9cbf9b5}/endpoints HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tokens_get.template b/keystone/admin/v2_tokens_get.template deleted file mode 100644 index 70cfba9..0000000 --- a/keystone/admin/v2_tokens_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tokens HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_tokens_post.template b/keystone/admin/v2_tokens_post.template deleted file mode 100644 index da30e9a..0000000 --- a/keystone/admin/v2_tokens_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.0/tokens HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| -Content-type: application/json - - -{ - "auth": { - "tenantName": "demo", - "passwordCredentials": { - "username": "demo", - "password": "secretsecret" - } - } -} \ No newline at end of file diff --git a/keystone/admin/v2_user_delete.template b/keystone/admin/v2_user_delete.template deleted file mode 100644 index 6e731e9..0000000 --- a/keystone/admin/v2_user_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_user_details_get.template b/keystone/admin/v2_user_details_get.template deleted file mode 100644 index aeb17e9..0000000 --- a/keystone/admin/v2_user_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_user_put.template b/keystone/admin/v2_user_put.template deleted file mode 100644 index f3b7ee8..0000000 --- a/keystone/admin/v2_user_put.template +++ /dev/null @@ -1,14 +0,0 @@ -PUT /v2.0/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| -Content-type: application/json - -{ - "user": { - "email": "new-user@example.com", - "password": null, - "enabled": true, - "name": "new-user", - "tenantId": "40429f980fac419bbfec372a5607c154" - } -} \ No newline at end of file diff --git a/keystone/admin/v2_user_roles_get.template b/keystone/admin/v2_user_roles_get.template deleted file mode 100644 index 23bdb3c..0000000 --- a/keystone/admin/v2_user_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_users_get.template b/keystone/admin/v2_users_get.template deleted file mode 100644 index faef7a0..0000000 --- a/keystone/admin/v2_users_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/users HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/admin/v2_users_post.template b/keystone/admin/v2_users_post.template deleted file mode 100644 index 08aa05f..0000000 --- a/keystone/admin/v2_users_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.0/users HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| -Content-type: application/json - -{ - "user": { - "email": "new-user@example.com", - "password": null, - "enabled": true, - "name": "new-user", - "tenantId": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/extensions/consumers_delete.template b/keystone/extensions/consumers_delete.template deleted file mode 100644 index 5028851..0000000 --- a/keystone/extensions/consumers_delete.template +++ /dev/null @@ -1,4 +0,0 @@ -DELETE /v3/OS-OAUTH1/consumers/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| - diff --git a/keystone/extensions/consumers_details_get.template b/keystone/extensions/consumers_details_get.template deleted file mode 100644 index 1d93c33..0000000 --- a/keystone/extensions/consumers_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/consumers/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/consumers_get.template b/keystone/extensions/consumers_get.template deleted file mode 100644 index cd96c9d..0000000 --- a/keystone/extensions/consumers_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/consumers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/consumers_patch.template b/keystone/extensions/consumers_patch.template deleted file mode 100644 index fd804d8..0000000 --- a/keystone/extensions/consumers_patch.template +++ /dev/null @@ -1,10 +0,0 @@ -PATCH /v3/OS-OAUTH1/consumers/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "consumer": { - "description": "My new consumer" - } -} \ No newline at end of file diff --git a/keystone/extensions/consumers_post.template b/keystone/extensions/consumers_post.template deleted file mode 100644 index bae3cb1..0000000 --- a/keystone/extensions/consumers_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v3/OS-OAUTH1/consumers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "consumer": { - "description": "My consumer" - } -} \ No newline at end of file diff --git a/keystone/extensions/kds_create_key_post.template b/keystone/extensions/kds_create_key_post.template deleted file mode 100644 index ee8e42c..0000000 --- a/keystone/extensions/kds_create_key_post.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v3/keys/{mykey} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "key": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" -} \ No newline at end of file diff --git a/keystone/extensions/kds_groups_get.template b/keystone/extensions/kds_groups_get.template deleted file mode 100644 index ad1c46d..0000000 --- a/keystone/extensions/kds_groups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/kds_key_delete.template b/keystone/extensions/kds_key_delete.template deleted file mode 100644 index 7092244..0000000 --- a/keystone/extensions/kds_key_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/keys/{mykey} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/kds_ticket_post.template b/keystone/extensions/kds_ticket_post.template deleted file mode 100644 index 8657847..0000000 --- a/keystone/extensions/kds_ticket_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v3/tickets HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - - -{ - "metadata": "Zhn8yhasf8hihkf...", - "signature": "c2lnbmF0dXJl..." -} \ No newline at end of file diff --git a/keystone/extensions/os_inherit_check_user_role_head.template b/keystone/extensions/os_inherit_check_user_role_head.template deleted file mode 100644 index dd6d712..0000000 --- a/keystone/extensions/os_inherit_check_user_role_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{198554740cef4950ba035cd22ed0b184}/roles/{d461ba4675294947a8975c29bc1a3d3e}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_domains_roles_get.template b/keystone/extensions/os_inherit_domains_roles_get.template deleted file mode 100644 index 08536da..0000000 --- a/keystone/extensions/os_inherit_domains_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_domains_roles_put.template b/keystone/extensions/os_inherit_domains_roles_put.template deleted file mode 100644 index 3c878d9..0000000 --- a/keystone/extensions/os_inherit_domains_roles_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_domains_users_delete.template b/keystone/extensions/os_inherit_domains_users_delete.template deleted file mode 100644 index a31d67c..0000000 --- a/keystone/extensions/os_inherit_domains_users_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_domains_users_head.template b/keystone/extensions/os_inherit_domains_users_head.template deleted file mode 100644 index 4d2d2d0..0000000 --- a/keystone/extensions/os_inherit_domains_users_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{198554740cef4950ba035cd22ed0b184}/roles/{d461ba4675294947a8975c29bc1a3d3e}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_group_roles_delete.template b/keystone/extensions/os_inherit_group_roles_delete.template deleted file mode 100644 index d1ba669..0000000 --- a/keystone/extensions/os_inherit_group_roles_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_group_roles_get.template b/keystone/extensions/os_inherit_group_roles_get.template deleted file mode 100644 index c7c29f3..0000000 --- a/keystone/extensions/os_inherit_group_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_group_roles_head.template b/keystone/extensions/os_inherit_group_roles_head.template deleted file mode 100644 index c3d0ba9..0000000 --- a/keystone/extensions/os_inherit_group_roles_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{622c0e117050412abaa87cc484666ed0}/roles/{fe67f81339094bbdb4b7cea0206a753f}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_group_roles_put.template b/keystone/extensions/os_inherit_group_roles_put.template deleted file mode 100644 index f26a591..0000000 --- a/keystone/extensions/os_inherit_group_roles_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/{6f1aad013c13485d92415afb4d8b0f68}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_groups_domain_get.template b/keystone/extensions/os_inherit_groups_domain_get.template deleted file mode 100644 index 74cf238..0000000 --- a/keystone/extensions/os_inherit_groups_domain_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_groups_domain_put.template b/keystone/extensions/os_inherit_groups_domain_put.template deleted file mode 100644 index 2425211..0000000 --- a/keystone/extensions/os_inherit_groups_domain_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{fe67f81339094bbdb4b7cea0206a753f}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_groups_domains_roles_delete.template b/keystone/extensions/os_inherit_groups_domains_roles_delete.template deleted file mode 100644 index d126905..0000000 --- a/keystone/extensions/os_inherit_groups_domains_roles_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_groups_domains_roles_get.template b/keystone/extensions/os_inherit_groups_domains_roles_get.template deleted file mode 100644 index c910092..0000000 --- a/keystone/extensions/os_inherit_groups_domains_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-INHERIT/domains/{0ffd248c55b443eaac5253b4e9cbf9b5}/groups/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_user_roles_delete.template b/keystone/extensions/os_inherit_user_roles_delete.template deleted file mode 100644 index d580dce..0000000 --- a/keystone/extensions/os_inherit_user_roles_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_user_roles_get.template b/keystone/extensions/os_inherit_user_roles_get.template deleted file mode 100644 index 56284ee..0000000 --- a/keystone/extensions/os_inherit_user_roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/os_inherit_user_roles_put.template b/keystone/extensions/os_inherit_user_roles_put.template deleted file mode 100644 index bb18f48..0000000 --- a/keystone/extensions/os_inherit_user_roles_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/OS-INHERIT/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{d461ba4675294947a8975c29bc1a3d3e}/roles/{622c0e117050412abaa87cc484666ed0}/inherited_to_projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/request_token_delete.template b/keystone/extensions/request_token_delete.template deleted file mode 100644 index 53db157..0000000 --- a/keystone/extensions/request_token_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/OS-OAUTH1/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/access_tokens/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/request_token_get.template b/keystone/extensions/request_token_get.template deleted file mode 100644 index fbee24f..0000000 --- a/keystone/extensions/request_token_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/access_tokens HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/extensions/request_token_get_roles.template b/keystone/extensions/request_token_get_roles.template deleted file mode 100644 index ba2abe6..0000000 --- a/keystone/extensions/request_token_get_roles.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/users/{0426ac1e48f642ef9544c2251e07e261}/access_tokens/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/extensions/request_token_one_get.template b/keystone/extensions/request_token_one_get.template deleted file mode 100644 index 5d23081..0000000 --- a/keystone/extensions/request_token_one_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/access_tokens/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_delete.template b/keystone/policy_delete.template deleted file mode 100644 index 02f9360..0000000 --- a/keystone/policy_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/policies/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_delete.template b/keystone/policy_endpoint_delete.template deleted file mode 100644 index 01e6f3c..0000000 --- a/keystone/policy_endpoint_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/OS-ENDPOINT-POLICY/endpoints/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_get.template b/keystone/policy_endpoint_get.template deleted file mode 100644 index 98d69ef..0000000 --- a/keystone/policy_endpoint_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/OS-ENDPOINT-POLICY/policy HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_head.template b/keystone/policy_endpoint_head.template deleted file mode 100644 index ff6d3bf..0000000 --- a/keystone/policy_endpoint_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/OS-ENDPOINT-POLICY/policy HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/policy_endpoint_put.template b/keystone/policy_endpoint_put.template deleted file mode 100644 index 2daa5e1..0000000 --- a/keystone/policy_endpoint_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/OS-ENDPOINT-POLICY/endpoints/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/policy_endpoint_region_delete.template b/keystone/policy_endpoint_region_delete.template deleted file mode 100644 index 7c8fef5..0000000 --- a/keystone/policy_endpoint_region_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/regions/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_region_get.template b/keystone/policy_endpoint_region_get.template deleted file mode 100644 index 8273db4..0000000 --- a/keystone/policy_endpoint_region_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/regions/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_region_put.template b/keystone/policy_endpoint_region_put.template deleted file mode 100644 index 87fdacb..0000000 --- a/keystone/policy_endpoint_region_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/regions/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_endpoint_verify_get.template b/keystone/policy_endpoint_verify_get.template deleted file mode 100644 index 26b200e..0000000 --- a/keystone/policy_endpoint_verify_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/endpoints/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_get.template b/keystone/policy_get.template deleted file mode 100644 index a449cad..0000000 --- a/keystone/policy_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_get_details.template b/keystone/policy_get_details.template deleted file mode 100644 index 6d5a6e5..0000000 --- a/keystone/policy_get_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_patch.template b/keystone/policy_patch.template deleted file mode 100644 index d595409..0000000 --- a/keystone/policy_patch.template +++ /dev/null @@ -1,9 +0,0 @@ -PATCH /v3/policies/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "blob": "--serialized-blob--", - "type": "--serialization-mime-type--" -} \ No newline at end of file diff --git a/keystone/policy_post.template b/keystone/policy_post.template deleted file mode 100644 index 371de58..0000000 --- a/keystone/policy_post.template +++ /dev/null @@ -1,13 +0,0 @@ -POST /v3/policies HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "policy": { - "blob": "{'foobar_user': 'role:compute-user'}", - "project_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "type": "application/json", - "user_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/policy_service_endpoint_get.template b/keystone/policy_service_endpoint_get.template deleted file mode 100644 index 35ec474..0000000 --- a/keystone/policy_service_endpoint_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/OS-ENDPOINT-POLICY/endpoints HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/policy_services_delete.template b/keystone/policy_services_delete.template deleted file mode 100644 index 0b1bab2..0000000 --- a/keystone/policy_services_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_services_get.template b/keystone/policy_services_get.template deleted file mode 100644 index 594b8c2..0000000 --- a/keystone/policy_services_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/policy_services_put.template b/keystone/policy_services_put.template deleted file mode 100644 index e4e37e3..0000000 --- a/keystone/policy_services_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/policies/{c45412aa3cb74824a222c2f051bd62ac}/OS-ENDPOINT-POLICY/services/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/request_token_roles_details_get.template b/keystone/request_token_roles_details_get.template deleted file mode 100644 index 6ae040d..0000000 --- a/keystone/request_token_roles_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/OS-OAUTH1/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/access_tokens/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{role_id} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/request_token_service_post.template b/keystone/request_token_service_post.template deleted file mode 100644 index a444737..0000000 --- a/keystone/request_token_service_post.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v3/auth/tokens HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{"OS-OAUTH1": { - "access_token_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|"} -} \ No newline at end of file diff --git a/keystone/roles_assignments_all_projects_get.template b/keystone/roles_assignments_all_projects_get.template deleted file mode 100644 index 77c1e44..0000000 --- a/keystone/roles_assignments_all_projects_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /role_assignments?scope.project.id={0426ac1e48f642ef9544c2251e07e261}?include_subtree=true HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_assignments_get.template b/keystone/roles_assignments_get.template deleted file mode 100644 index 3ec7d54..0000000 --- a/keystone/roles_assignments_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/role_assignments HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_assignments_project_get.template b/keystone/roles_assignments_project_get.template deleted file mode 100644 index 327fefe..0000000 --- a/keystone/roles_assignments_project_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /role_assignments?scope.project.id={0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/roles_assignments_user_get.template b/keystone/roles_assignments_user_get.template deleted file mode 100644 index edd6d87..0000000 --- a/keystone/roles_assignments_user_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /role_assignments?user.id={0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/roles_delete.template b/keystone/roles_delete.template deleted file mode 100644 index 4fab3cc..0000000 --- a/keystone/roles_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/roles/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/roles_get.template b/keystone/roles_get.template deleted file mode 100644 index d21dbcc..0000000 --- a/keystone/roles_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_group_domain_delete.template b/keystone/roles_group_domain_delete.template deleted file mode 100644 index e2ed9d4..0000000 --- a/keystone/roles_group_domain_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/domains/{0426ac1e48f642ef9544c2251e07e261}/groups/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]|​ \ No newline at end of file diff --git a/keystone/roles_group_domain_get.template b/keystone/roles_group_domain_get.template deleted file mode 100644 index 5c88557..0000000 --- a/keystone/roles_group_domain_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/domains/{0426ac1e48f642ef9544c2251e07e261}/groups/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/roles_group_domain_head.template b/keystone/roles_group_domain_head.template deleted file mode 100644 index 8a00789..0000000 --- a/keystone/roles_group_domain_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/domains/{0426ac1e48f642ef9544c2251e07e261}/groups/{0ff9348c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]|​ \ No newline at end of file diff --git a/keystone/roles_group_domain_put.template b/keystone/roles_group_domain_put.template deleted file mode 100644 index 688cb74..0000000 --- a/keystone/roles_group_domain_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/domains/{0426ac1e48f642ef9544c2251e07e261}/groups/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_patch.template b/keystone/roles_patch.template deleted file mode 100644 index dafab3e..0000000 --- a/keystone/roles_patch.template +++ /dev/null @@ -1,9 +0,0 @@ -PATCH /v3/roles/{c45412aa3cb74824a222c2f051bd62ac} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| - -{ - "role": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/roles_post.template b/keystone/roles_post.template deleted file mode 100644 index dd537f7..0000000 --- a/keystone/roles_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v3/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "role": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/roles_user_domain_delete.template b/keystone/roles_user_domain_delete.template deleted file mode 100644 index 0a36a3d..0000000 --- a/keystone/roles_user_domain_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/domains/{c45412aa3cb74824a222c2f051bd62ac}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_user_domain_get.template b/keystone/roles_user_domain_get.template deleted file mode 100644 index 407f01e..0000000 --- a/keystone/roles_user_domain_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/domains/{c45412aa3cb74824a222c2f051bd62ac}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_user_domain_head.template b/keystone/roles_user_domain_head.template deleted file mode 100644 index 94511fa..0000000 --- a/keystone/roles_user_domain_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/domains/{c45412aa3cb74824a222c2f051bd62ac}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/roles_user_domain_put.template b/keystone/roles_user_domain_put.template deleted file mode 100644 index 527ba34..0000000 --- a/keystone/roles_user_domain_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/domains/{0426ac1e48f642ef9544c2251e07e261}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_delete.template b/keystone/services_delete.template deleted file mode 100644 index 47b3872..0000000 --- a/keystone/services_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/services/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_details_get.template b/keystone/services_details_get.template deleted file mode 100644 index b3615d3..0000000 --- a/keystone/services_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/services/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_details_patch.template b/keystone/services_details_patch.template deleted file mode 100644 index a464426..0000000 --- a/keystone/services_details_patch.template +++ /dev/null @@ -1,10 +0,0 @@ -PATCH /v3/services/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "service": { - "description": "Block Storage Service V2" - } -} \ No newline at end of file diff --git a/keystone/services_endpoint_delete.template b/keystone/services_endpoint_delete.template deleted file mode 100644 index 25270cf..0000000 --- a/keystone/services_endpoint_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/endpoints/{9242e05f0c23467bbd1cf1f7a6e5e596} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| diff --git a/keystone/services_endpoint_details_get.template b/keystone/services_endpoint_details_get.template deleted file mode 100644 index d28ff29..0000000 --- a/keystone/services_endpoint_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/endpoints/{9242e05f0c23467bbd1cf1f7a6e5e596} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_endpoint_patch.template b/keystone/services_endpoint_patch.template deleted file mode 100644 index 4faaaee..0000000 --- a/keystone/services_endpoint_patch.template +++ /dev/null @@ -1,13 +0,0 @@ -PATCH /v3/endpoints/{9242e05f0c23467bbd1cf1f7a6e5e596} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "endpoint": { - "interface": "public", - "name": "Name", - "url": "http://identity:35357/v3/endpoints/828384", - "service_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/keystone/services_endpoint_post.template b/keystone/services_endpoint_post.template deleted file mode 100644 index 35c20d8..0000000 --- a/keystone/services_endpoint_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v3/endpoints HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "endpoint": { - "interface": "public", - "name": "ec2-2", - "region_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "url": "http://identity:35357/v3/endpoints/828384", - "service_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/keystone/services_endpoints_get.template b/keystone/services_endpoints_get.template deleted file mode 100644 index 616f29b..0000000 --- a/keystone/services_endpoints_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/endpoints HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_get.template b/keystone/services_get.template deleted file mode 100644 index 8d1655d..0000000 --- a/keystone/services_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/services HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/services_post.template b/keystone/services_post.template deleted file mode 100644 index da9bf36..0000000 --- a/keystone/services_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v3/services HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "service": { - "type": "compute", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "Compute service 2" - } -} \ No newline at end of file diff --git a/keystone/trust_post.template b/keystone/trust_post.template deleted file mode 100644 index 0f3a864..0000000 --- a/keystone/trust_post.template +++ /dev/null @@ -1,19 +0,0 @@ -POST /v3/OS-TRUST/trusts HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "trust": { - "expires_at": "2017-12-30T23:59:59.999999Z", - "impersonation": false, - "project_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "roles": [ - { - "name": "admin" - } - ], - "trustee_user_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "trustor_user_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/user_delete.template b/keystone/user_delete.template deleted file mode 100644 index 025e35f..0000000 --- a/keystone/user_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_details_get.template b/keystone/user_details_get.template deleted file mode 100644 index d617224..0000000 --- a/keystone/user_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/user_details_patch.template b/keystone/user_details_patch.template deleted file mode 100644 index e3ee2b7..0000000 --- a/keystone/user_details_patch.template +++ /dev/null @@ -1,13 +0,0 @@ -PATCH /v3/users/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| -Content-type: application/json - -{ - "user": { - "default_project_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "James Doe's user", - "email": "jamesdoe@example.com", - "enabled": true - } -} \ No newline at end of file diff --git a/keystone/user_effective_get.template b/keystone/user_effective_get.template deleted file mode 100644 index 0eca13a..0000000 --- a/keystone/user_effective_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/role_assignments?user.id={0426ac1e48f642ef9544c2251e07e261}&effective HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_get.template b/keystone/user_get.template deleted file mode 100644 index db31625..0000000 --- a/keystone/user_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/users HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/user_groups_get.template b/keystone/user_groups_get.template deleted file mode 100644 index 27756d3..0000000 --- a/keystone/user_groups_get.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v3/users/{0426ac1e48f642ef9544c2251e07e261}/groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| - diff --git a/keystone/user_password_post.template b/keystone/user_password_post.template deleted file mode 100644 index 5158ec9..0000000 --- a/keystone/user_password_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v3/users/{0426ac1e48f642ef9544c2251e07e261}/password HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| -Content-type: application/json - -{ - "user": { - "password": "old_secretsecret", - "original_password": "secretsecret" - } -} diff --git a/keystone/user_post.template b/keystone/user_post.template deleted file mode 100644 index 4da9b2f..0000000 --- a/keystone/user_post.template +++ /dev/null @@ -1,16 +0,0 @@ -POST /v3/users HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| -Content-type: application/json - -{ - "user": { - "default_project_id": "263fd9", - "description": "James Doe user", - "domain_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "email": "jdoe@example.com", - "enabled": true, - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "password": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} \ No newline at end of file diff --git a/keystone/user_project_role_delete.template b/keystone/user_project_role_delete.template deleted file mode 100644 index 15e50f6..0000000 --- a/keystone/user_project_role_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_project_role_head.template b/keystone/user_project_role_head.template deleted file mode 100644 index 240bc46..0000000 --- a/keystone/user_project_role_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_project_role_put.template b/keystone/user_project_role_put.template deleted file mode 100644 index 6c16afe..0000000 --- a/keystone/user_project_role_put.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_projects_get.template b/keystone/user_projects_get.template deleted file mode 100644 index a097a53..0000000 --- a/keystone/user_projects_get.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v3/users/{0426ac1e48f642ef9544c2251e07e261}/projects HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| - diff --git a/keystone/user_role_project_get.template b/keystone/user_role_project_get.template deleted file mode 100644 index 7ba3da3..0000000 --- a/keystone/user_role_project_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v3/projects/{0ffd248c55b443eaac5253b4e9cbf9b5}/users/{0ffd248c55b443eaac5253b4e9cbf9b5}/roles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v3:["user"]| \ No newline at end of file diff --git a/keystone/user_xauth_get.template b/keystone/user_xauth_get.template deleted file mode 100644 index 9fd1f83..0000000 --- a/keystone/user_xauth_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/users/USER_ID HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| diff --git a/keystone/v2_validate_token_get.template b/keystone/v2_validate_token_get.template deleted file mode 100644 index 46e5b18..0000000 --- a/keystone/v2_validate_token_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/tokens/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/v2_validate_token_head.template b/keystone/v2_validate_token_head.template deleted file mode 100644 index 727e85a..0000000 --- a/keystone/v2_validate_token_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v2.0/tokens/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/keystone/versions_details_get.template b/keystone/versions_details_get.template deleted file mode 100644 index 12bd12b..0000000 --- a/keystone/versions_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0 HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| diff --git a/keystone/versions_get.template b/keystone/versions_get.template deleted file mode 100644 index e3a02d0..0000000 --- a/keystone/versions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| \ No newline at end of file diff --git a/neutron/availability/availability_get_list.template b/neutron/availability/availability_get_list.template deleted file mode 100644 index b07254a..0000000 --- a/neutron/availability/availability_get_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/network-ip-availabilities HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/availability/availability_get_show.template b/neutron/availability/availability_get_show.template deleted file mode 100644 index 67ffe8c..0000000 --- a/neutron/availability/availability_get_show.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/network-ip-availabilities/{network_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_network_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/extensions/extensions_list_get.template b/neutron/extensions/extensions_list_get.template deleted file mode 100644 index b9b2a4f..0000000 --- a/neutron/extensions/extensions_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/extensions HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/extensions/extensions_show_get.template b/neutron/extensions/extensions_show_get.template deleted file mode 100644 index 6b0cf54..0000000 --- a/neutron/extensions/extensions_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/extensions/{network_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_network_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/delete_fw.template b/neutron/firewall/delete_fw.template deleted file mode 100644 index ee653cf..0000000 --- a/neutron/firewall/delete_fw.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/fw/firewalls/{firewall_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/delete_fw_policy.template b/neutron/firewall/delete_fw_policy.template deleted file mode 100644 index 41334ad..0000000 --- a/neutron/firewall/delete_fw_policy.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/fw/firewall_policies/{firewall_policy_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/delete_fw_rule.template b/neutron/firewall/delete_fw_rule.template deleted file mode 100644 index 0c5a70c..0000000 --- a/neutron/firewall/delete_fw_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/fw/firewall_rules/{firewall_rule_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fw.template b/neutron/firewall/get_fw.template deleted file mode 100644 index 73dd85a..0000000 --- a/neutron/firewall/get_fw.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewalls/{firewall_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fw_policies_all.template b/neutron/firewall/get_fw_policies_all.template deleted file mode 100644 index e04ad44..0000000 --- a/neutron/firewall/get_fw_policies_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewall_policies HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fw_policy.template b/neutron/firewall/get_fw_policy.template deleted file mode 100644 index ea5c5e0..0000000 --- a/neutron/firewall/get_fw_policy.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewall_policies/{firewall_policy_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fw_rule.template b/neutron/firewall/get_fw_rule.template deleted file mode 100644 index 76d731c..0000000 --- a/neutron/firewall/get_fw_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewall_rules/{firewall_rule_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fw_rules_all.template b/neutron/firewall/get_fw_rules_all.template deleted file mode 100644 index ff26284..0000000 --- a/neutron/firewall/get_fw_rules_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewall_rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/get_fws_all.template b/neutron/firewall/get_fws_all.template deleted file mode 100644 index 69d8074..0000000 --- a/neutron/firewall/get_fws_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/fw/firewalls HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/firewall/post_fw.template b/neutron/firewall/post_fw.template deleted file mode 100644 index dbac7c5..0000000 --- a/neutron/firewall/post_fw.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.0/fw/firewalls HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall": { - "admin_state_up": true, - "firewall_policy_id": "c69933c1-b472-44f9-8226-30dc4ffd454c", - "description": "test", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "router_ids": ["f21ba5e8-ddbd-43d5-b5c2-130f3cdc6477", "b98f0fb8-5533-4341-9c23-7288cbcf8f79"] - } -} diff --git a/neutron/firewall/post_fw_policy.template b/neutron/firewall/post_fw_policy.template deleted file mode 100644 index 5b1a742..0000000 --- a/neutron/firewall/post_fw_policy.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/fw/firewall_policies HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_policy": { - "firewall_rules_id": [ - "8722e0e0-9cc9-4490-9660-8c9a5732fbb0" - ], - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "shared": true, - "audited": false, - "description": "test" - } -} diff --git a/neutron/firewall/post_fw_rule.template b/neutron/firewall/post_fw_rule.template deleted file mode 100644 index fe01074..0000000 --- a/neutron/firewall/post_fw_rule.template +++ /dev/null @@ -1,20 +0,0 @@ -POST /v2.0/fw/firewall_rules HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_rule": { - "action": "block", - "destination_port": "80", - "enabled": true, - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protocol": "tcp", - "description": "test", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "ip_version": 4, - "destination_ip_address": "10.0.0.1", - "source_port": "80:90", - "shared": true - } -} diff --git a/neutron/firewall/put_fw.template b/neutron/firewall/put_fw.template deleted file mode 100644 index 11b02e9..0000000 --- a/neutron/firewall/put_fw.template +++ /dev/null @@ -1,15 +0,0 @@ -PUT /v2.0/fw/firewalls/{firewall_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall": { - "admin_state_up": true, - "firewall_policy_id": "c69933c1-b472-44f9-8226-30dc4ffd454c", - "description": "test", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "router_ids": ["f21ba5e8-ddbd-43d5-b5c2-130f3cdc6477", "b98f0fb8-5533-4341-9c23-7288cbcf8f79"], - "firewall_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/firewall/put_fw_policy.template b/neutron/firewall/put_fw_policy.template deleted file mode 100644 index b7077b0..0000000 --- a/neutron/firewall/put_fw_policy.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/fw/firewall_policies/{firewall_policy_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_policy": { - "firewall_rules": [ - "8722e0e0-9cc9-4490-9660-8c9a5732fbb0" - ] - } -} diff --git a/neutron/firewall/put_fw_policy_insert_rule.template b/neutron/firewall/put_fw_policy_insert_rule.template deleted file mode 100644 index 367d52d..0000000 --- a/neutron/firewall/put_fw_policy_insert_rule.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/fw/firewall_policies/{firewall_policy_id:3349cf08-a20f-42de-a605-340059523b7}/insert_rule HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_rule_id": "7bc34b8c-8d3b-4ada-a9c8-1f4c11c65692", - "insert_after": "a08ef905-0ff6-4784-8374-175fffe7dade", - "insert_before": "" -} diff --git a/neutron/firewall/put_fw_policy_remove_rule.template b/neutron/firewall/put_fw_policy_remove_rule.template deleted file mode 100644 index 7bb9665..0000000 --- a/neutron/firewall/put_fw_policy_remove_rule.template +++ /dev/null @@ -1,8 +0,0 @@ -PUT /v2.0/fw/firewall_policies/{firewall_policy_id:3349cf08-a20f-42de-a605-340059523b7}/remove_rule HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_rule_id": "7bc34b8c-8d3b-4ada-a9c8-1f4c11c65692" -} diff --git a/neutron/firewall/put_fw_rule.template b/neutron/firewall/put_fw_rule.template deleted file mode 100644 index 7393ff7..0000000 --- a/neutron/firewall/put_fw_rule.template +++ /dev/null @@ -1,20 +0,0 @@ -PUT /v2.0/fw/firewall_rules HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "firewall_rule": { - "action": "block", - "destination_port": "80", - "enabled": true, - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protocol": "tcp", - "description": "test", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "ip_version": 4, - "destination_ip_address": "10.0.0.1", - "source_port": "80:90", - "shared": true - } -} diff --git a/neutron/flavors/flavors_associate_post.template b/neutron/flavors/flavors_associate_post.template deleted file mode 100644 index 2a6d580..0000000 --- a/neutron/flavors/flavors_associate_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.0/flavors/{flavor_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "service_profile": { - "id": "4e5b9191-ffbe-4f7a-b112-2db98232fd32" - } - -} diff --git a/neutron/flavors/flavors_create_post.template b/neutron/flavors/flavors_create_post.template deleted file mode 100644 index bf8c5eb..0000000 --- a/neutron/flavors/flavors_create_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.0/flavors HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "flavor": { - "service_type": "LOADBALANCERV2", - "enabled": true, - "name": "dummy", - "description": "Dummy flavor" - - } - -} diff --git a/neutron/flavors/flavors_delete.template b/neutron/flavors/flavors_delete.template deleted file mode 100644 index 09d8966..0000000 --- a/neutron/flavors/flavors_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/flavors/{flavor_id:0ffd248c55b443eaac5253b4e9cbf9b5}/service_profiles/{service_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/flavors_details_delete.template b/neutron/flavors/flavors_details_delete.template deleted file mode 100644 index d58a189..0000000 --- a/neutron/flavors/flavors_details_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/flavors/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/flavors_details_get.template b/neutron/flavors/flavors_details_get.template deleted file mode 100644 index df3ab15..0000000 --- a/neutron/flavors/flavors_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/flavors/{flavor_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/flavors_details_put.template b/neutron/flavors/flavors_details_put.template deleted file mode 100644 index b33b0a0..0000000 --- a/neutron/flavors/flavors_details_put.template +++ /dev/null @@ -1,14 +0,0 @@ -PUT /v2.0/flavors/{flavor_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "flavor": { - "enabled": false, - "name": "newname", - "description": "New description" - - } - -} \ No newline at end of file diff --git a/neutron/flavors/flavors_list_get.template b/neutron/flavors/flavors_list_get.template deleted file mode 100644 index a2b2f1b..0000000 --- a/neutron/flavors/flavors_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/flavors HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/networks_bulk_create_post.template b/neutron/flavors/networks_bulk_create_post.template deleted file mode 100644 index 2d7cfbb..0000000 --- a/neutron/flavors/networks_bulk_create_post.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "networks": [ - { - "name": "sample_network3", - "admin_state_up": true - }, - { - "name": "sample_network4", - "admin_state_up": true - } - ] -} \ No newline at end of file diff --git a/neutron/flavors/service_profiles_create_post.template b/neutron/flavors/service_profiles_create_post.template deleted file mode 100644 index 315fa5f..0000000 --- a/neutron/flavors/service_profiles_create_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.0/service_profiles HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "service_profile": { - "enabled": "true", - "driver": "neutron_lbaas.drivers.octavia.driver.OctaviaDriver", - "description": "Dummy profile", - "metainfo": "{'foo': 'bar'}" - - } - -} diff --git a/neutron/flavors/service_profiles_delete.template b/neutron/flavors/service_profiles_delete.template deleted file mode 100644 index c67c226..0000000 --- a/neutron/flavors/service_profiles_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/service_profiles/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/service_profiles_list_get.template b/neutron/flavors/service_profiles_list_get.template deleted file mode 100644 index 61f6a48..0000000 --- a/neutron/flavors/service_profiles_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/service_profiles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/service_profiles_show_get.template b/neutron/flavors/service_profiles_show_get.template deleted file mode 100644 index 237b82b..0000000 --- a/neutron/flavors/service_profiles_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/service_profiles/{service_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/flavors/service_profiles_update_put.template b/neutron/flavors/service_profiles_update_put.template deleted file mode 100644 index f5dc8a3..0000000 --- a/neutron/flavors/service_profiles_update_put.template +++ /dev/null @@ -1,15 +0,0 @@ -PUT /v2.0/service_profiles/{service_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "service_profile": { - "enabled": false, - "driver": "neutron_lbaas.drivers.octavia.driver.OctaviaDriver", - "description": "New description", - "metainfo": "{'new': 'info'}" - - } - -} \ No newline at end of file diff --git a/neutron/floatingips/create_floating_ips.template b/neutron/floatingips/create_floating_ips.template deleted file mode 100644 index fb203bd..0000000 --- a/neutron/floatingips/create_floating_ips.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.0/floatingips HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "floatingip": { - "floating_network_id": "376da547-b977-4cfe-9cba-275c80debf57", - "port_id": "ce705c24-c1ef-408a-bda3-7bbd946164ab" - } -} diff --git a/neutron/floatingips/delete_floating_ip.template b/neutron/floatingips/delete_floating_ip.template deleted file mode 100644 index 43503c7..0000000 --- a/neutron/floatingips/delete_floating_ip.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/floatingips/{ip_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/floatingips/list_floating_ips.template b/neutron/floatingips/list_floating_ips.template deleted file mode 100644 index 0aa8920..0000000 --- a/neutron/floatingips/list_floating_ips.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/floatingips HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/floatingips/show_floating_ip.template b/neutron/floatingips/show_floating_ip.template deleted file mode 100644 index e8fc8ad..0000000 --- a/neutron/floatingips/show_floating_ip.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/floatingips/{ip_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/floatingips/update_floating_ip.template b/neutron/floatingips/update_floating_ip.template deleted file mode 100644 index be4cfb5..0000000 --- a/neutron/floatingips/update_floating_ip.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.0/floatingips/{ip_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "floatingip": { - "port_id": null - } -} diff --git a/neutron/lbaas/delete_lbaas_health_monitor.template b/neutron/lbaas/delete_lbaas_health_monitor.template deleted file mode 100644 index be21fee..0000000 --- a/neutron/lbaas/delete_lbaas_health_monitor.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/lbaas/health_monitors/{health_monitor_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/delete_lbaas_lb.template b/neutron/lbaas/delete_lbaas_lb.template deleted file mode 100644 index 77b204b..0000000 --- a/neutron/lbaas/delete_lbaas_lb.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/lbaas/loadbalancers/{lb_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/delete_lbaas_listener.template b/neutron/lbaas/delete_lbaas_listener.template deleted file mode 100644 index b27cd18..0000000 --- a/neutron/lbaas/delete_lbaas_listener.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/lbaas/listeners/{listener_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/delete_lbaas_pool.template b/neutron/lbaas/delete_lbaas_pool.template deleted file mode 100644 index 7458802..0000000 --- a/neutron/lbaas/delete_lbaas_pool.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/delete_lbaas_pool_member.template b/neutron/lbaas/delete_lbaas_pool_member.template deleted file mode 100644 index e0f3542..0000000 --- a/neutron/lbaas/delete_lbaas_pool_member.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7}/members/{member_id:e30e4366-7788-4111-a6ba-1506f384e83e} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_all.template b/neutron/lbaas/get_lbaas_all.template deleted file mode 100644 index be14014..0000000 --- a/neutron/lbaas/get_lbaas_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/loadbalancers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_health_monitor.template b/neutron/lbaas/get_lbaas_health_monitor.template deleted file mode 100644 index f1bc618..0000000 --- a/neutron/lbaas/get_lbaas_health_monitor.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/health_monitors/{health_monitor_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_health_monitors_all.template b/neutron/lbaas/get_lbaas_health_monitors_all.template deleted file mode 100644 index 490f032..0000000 --- a/neutron/lbaas/get_lbaas_health_monitors_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/health_monitors HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_lb.template b/neutron/lbaas/get_lbaas_lb.template deleted file mode 100644 index 13f0c34..0000000 --- a/neutron/lbaas/get_lbaas_lb.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/loadbalancers/{lb_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_lb_status.template b/neutron/lbaas/get_lbaas_lb_status.template deleted file mode 100644 index 3ba161e..0000000 --- a/neutron/lbaas/get_lbaas_lb_status.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/loadbalancers/{lb_id:3349cf08-a20f-42de-a605-340059523b7}/statuses HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_listener.template b/neutron/lbaas/get_lbaas_listener.template deleted file mode 100644 index f1f9b8f..0000000 --- a/neutron/lbaas/get_lbaas_listener.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/listeners/{listener_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_listeners_all.template b/neutron/lbaas/get_lbaas_listeners_all.template deleted file mode 100644 index c32d010..0000000 --- a/neutron/lbaas/get_lbaas_listeners_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/listeners HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_pool.template b/neutron/lbaas/get_lbaas_pool.template deleted file mode 100644 index 2755c92..0000000 --- a/neutron/lbaas/get_lbaas_pool.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_pool_member.template b/neutron/lbaas/get_lbaas_pool_member.template deleted file mode 100644 index f522e5f..0000000 --- a/neutron/lbaas/get_lbaas_pool_member.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7}/members/{member_id:e30e4366-7788-4111-a6ba-1506f384e83e} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_pool_members_all.template b/neutron/lbaas/get_lbaas_pool_members_all.template deleted file mode 100644 index d47e1f4..0000000 --- a/neutron/lbaas/get_lbaas_pool_members_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7}/members HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/get_lbaas_pools_all.template b/neutron/lbaas/get_lbaas_pools_all.template deleted file mode 100644 index 4dd4080..0000000 --- a/neutron/lbaas/get_lbaas_pools_all.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/lbaas/pools HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/lbaas/post_lbaas.template b/neutron/lbaas/post_lbaas.template deleted file mode 100644 index 487982d..0000000 --- a/neutron/lbaas/post_lbaas.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/lbaas/loadbalancers HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "loadbalancer": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "simple lb", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "vip_subnet_id": "013d3059-87a4-45a5-91e9-d721068ae0b2", - "vip_address": "10.0.0.4", - "admin_state_up": true, - "flavor": "a7ae5d5a-d855-4f9a-b187-af66b53f4d04", - "provider": "test" - } -} diff --git a/neutron/lbaas/post_lbaas_health_monitor.template b/neutron/lbaas/post_lbaas_health_monitor.template deleted file mode 100644 index 9e07cef..0000000 --- a/neutron/lbaas/post_lbaas_health_monitor.template +++ /dev/null @@ -1,19 +0,0 @@ -POST /v2.0/lbaas/health_monitors HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "health_monitor": { - "admin_state_up": true, - "delay": "1", - "expected_codes": "200,201,202", - "http_method": "GET", - "max_retries": 5, - "timeout": 1, - "type": "HTTP", - "url_path": "/index.html", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "pool_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/post_lbaas_listener.template b/neutron/lbaas/post_lbaas_listener.template deleted file mode 100644 index 18f9314..0000000 --- a/neutron/lbaas/post_lbaas_listener.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v2.0/lbaas/listeners HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "listener": { - "admin_state_up": true, - "connection_limit": 100, - "description": "listener one", - "loadbalancer_id": "a36c20d0-18e9-42ce-88fd-82a35977ee8c", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protocol": "HTTP", - "protocol_port": "80", - "default_tls_container_ref": "https://barbican.endpoint/containers/a36c20d0-18e9-42ce-88fd-82a35977ee8c", - "sni_container_refs": [ - "https://barbican.endpoint/containers/b36c20d0-18e9-42ce-88fd-82a35977ee8d", - "https://barbican.endpoint/containers/c36c20d0-18e9-42ce-88fd-82a35977ee8e" - ], - "tenant_id": "83814cdb88df47989862e62454d946a2", - "default_pool_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/post_lbaas_pool.template b/neutron/lbaas/post_lbaas_pool.template deleted file mode 100644 index e0cb2f1..0000000 --- a/neutron/lbaas/post_lbaas_pool.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/lbaas/pools HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "pool": { - "admin_state_up": true, - "description": "simple pool", - "lb_algorithm": "ROUND_ROBIN", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protocol": "HTTP", - "subnet_id": "e301aed0-d9e7-498a-977c-1bbfaf14ed5d", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "listener_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/post_lbaas_pool_member.template b/neutron/lbaas/post_lbaas_pool_member.template deleted file mode 100644 index 0c123df..0000000 --- a/neutron/lbaas/post_lbaas_pool_member.template +++ /dev/null @@ -1,16 +0,0 @@ -POST /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7}/members HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "member": { - "address": "10.0.0.22", - "admin_state_up": true, - "protocol_port": "90", - "pool_id": "5a9a3e9e-d1aa-448e-af37-a70171f2a332", - "weight": "1", - "tenant_id": "83814cdb88df47989862e62454d946a2", - "subnet_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/put_lbaas_health_monitor.template b/neutron/lbaas/put_lbaas_health_monitor.template deleted file mode 100644 index 29d7c20..0000000 --- a/neutron/lbaas/put_lbaas_health_monitor.template +++ /dev/null @@ -1,16 +0,0 @@ -PUT /v2.0/lbaas/health_monitors HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "health_monitor": { - "admin_state_up": true, - "delay": "1", - "expected_codes": "200,201,202", - "http_method": "GET", - "max_retries": 5, - "timeout": 1, - "url_path": "/index.html" - } -} diff --git a/neutron/lbaas/put_lbaas_lb.template b/neutron/lbaas/put_lbaas_lb.template deleted file mode 100644 index 97b7327..0000000 --- a/neutron/lbaas/put_lbaas_lb.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/lbaas/loadbalancers/{lb_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "loadbalancer": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "description": "simple lb", - "admin_state_up": true - } -} diff --git a/neutron/lbaas/put_lbaas_listener.template b/neutron/lbaas/put_lbaas_listener.template deleted file mode 100644 index 7793483..0000000 --- a/neutron/lbaas/put_lbaas_listener.template +++ /dev/null @@ -1,23 +0,0 @@ -PUT /v2.0/lbaas/listeners/{listener_id:3349cf08-a20f-42de-a605-340059523b7} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "listener": { - "admin_state_up": true, - "connection_limit": 100, - "description": "listener one", - "loadbalancer_id": "a36c20d0-18e9-42ce-88fd-82a35977ee8c", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "protocol": "HTTP", - "protocol_port": "80", - "default_tls_container_ref": "https://barbican.endpoint/containers/a36c20d0-18e9-42ce-88fd-82a35977ee8c", - "sni_container_refs": [ - "https://barbican.endpoint/containers/b36c20d0-18e9-42ce-88fd-82a35977ee8d", - "https://barbican.endpoint/containers/c36c20d0-18e9-42ce-88fd-82a35977ee8e" - ], - "tenant_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "default_pool_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/put_lbaas_pool.template b/neutron/lbaas/put_lbaas_pool.template deleted file mode 100644 index 31824a4..0000000 --- a/neutron/lbaas/put_lbaas_pool.template +++ /dev/null @@ -1,13 +0,0 @@ -POST /v2.0/lbaas/pools HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "pool": { - "admin_state_up": true, - "description": "simple pool", - "lb_method": "ROUND_ROBIN", - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/neutron/lbaas/put_lbaas_pool_member.template b/neutron/lbaas/put_lbaas_pool_member.template deleted file mode 100644 index 489e4e2..0000000 --- a/neutron/lbaas/put_lbaas_pool_member.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/lbaas/pools/{pool_id:3349cf08-a20f-42de-a605-340059523b7}/members HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "member": { - "admin_state_up": true, - "pool_id": "5a9a3e9e-d1aa-448e-af37-a70171f2a332", - "weight": "1" - } -} diff --git a/neutron/metering_labels/meter_delete_label.template b/neutron/metering_labels/meter_delete_label.template deleted file mode 100644 index 4df49ae..0000000 --- a/neutron/metering_labels/meter_delete_label.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/metering/metering-labels/{label_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_delete_rules.template b/neutron/metering_labels/meter_delete_rules.template deleted file mode 100644 index 7aa8bcc..0000000 --- a/neutron/metering_labels/meter_delete_rules.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/metering/metering-label-rules/{label_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_get_list.template b/neutron/metering_labels/meter_get_list.template deleted file mode 100644 index 2e3168e..0000000 --- a/neutron/metering_labels/meter_get_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/metering/metering-labels HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_get_listrules.template b/neutron/metering_labels/meter_get_listrules.template deleted file mode 100644 index 59dcbf8..0000000 --- a/neutron/metering_labels/meter_get_listrules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/metering/metering-label-rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_get_showlabel.template b/neutron/metering_labels/meter_get_showlabel.template deleted file mode 100644 index c1ba402..0000000 --- a/neutron/metering_labels/meter_get_showlabel.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/metering/metering-labels/{label_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_get_showrules.template b/neutron/metering_labels/meter_get_showrules.template deleted file mode 100644 index 659b587..0000000 --- a/neutron/metering_labels/meter_get_showrules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/metering/metering-label-rules/{label_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/metering_labels/meter_post_create.template b/neutron/metering_labels/meter_post_create.template deleted file mode 100644 index 3dc4df7..0000000 --- a/neutron/metering_labels/meter_post_create.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.0/metering/metering-labels HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metering_label": { - "name": "label1", - "description": "description of label1" - } -} \ No newline at end of file diff --git a/neutron/metering_labels/meter_post_createrules.template b/neutron/metering_labels/meter_post_createrules.template deleted file mode 100644 index 0a378e6..0000000 --- a/neutron/metering_labels/meter_post_createrules.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.0/metering/metering-label-rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metering_label_rule": { - "remote_ip_prefix": "10.0.1.0/24", - "direction": "ingress", - "metering_label_id": "e131d186-b02d-4c0b-83d5-0c0725c4f812" - } -} \ No newline at end of file diff --git a/neutron/network_extensions/networks_bulk_create_post.template b/neutron/network_extensions/networks_bulk_create_post.template deleted file mode 100644 index 2d7cfbb..0000000 --- a/neutron/network_extensions/networks_bulk_create_post.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "networks": [ - { - "name": "sample_network3", - "admin_state_up": true - }, - { - "name": "sample_network4", - "admin_state_up": true - } - ] -} \ No newline at end of file diff --git a/neutron/network_extensions/networks_create_post.template b/neutron/network_extensions/networks_create_post.template deleted file mode 100644 index 34bee5a..0000000 --- a/neutron/network_extensions/networks_create_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "name": "simple_network", - "admin_state_up": true - } -} \ No newline at end of file diff --git a/neutron/network_extensions/networks_delete.template b/neutron/network_extensions/networks_delete.template deleted file mode 100644 index b6c3816..0000000 --- a/neutron/network_extensions/networks_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/networks/{CALL_EXTERNAL|syntribos.extensions.neutron.client:get_network_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/network_extensions/networks_list_get.template b/neutron/network_extensions/networks_list_get.template deleted file mode 100644 index ac41423..0000000 --- a/neutron/network_extensions/networks_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/networks HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/network_extensions/networks_show_get.template b/neutron/network_extensions/networks_show_get.template deleted file mode 100644 index a1d2f41..0000000 --- a/neutron/network_extensions/networks_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/networks/{network_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_network_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/network_extensions/networks_update_put.template b/neutron/network_extensions/networks_update_put.template deleted file mode 100644 index 294dca6..0000000 --- a/neutron/network_extensions/networks_update_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/networks/{network_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_network_id:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "name": "sample_network_5_updated" - } -} \ No newline at end of file diff --git a/neutron/network_extensions_multiple/networks_create_post.template b/neutron/network_extensions_multiple/networks_create_post.template deleted file mode 100644 index c90ad4d..0000000 --- a/neutron/network_extensions_multiple/networks_create_post.template +++ /dev/null @@ -1,22 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "segments": [ - { - "provider:segmentation_id": "2", - "provider:physical_network": "8bab8453-1bc9-45af-8c70-f83aa9b50453", - "provider:network_type": "vlan" - }, - { - "provider:physical_network": "8bab8453-1bc9-45af-8c70-f83aa9b50453", - "provider:network_type": "stt" - } - ], - "name": "net1", - "admin_state_up": true - } -} \ No newline at end of file diff --git a/neutron/networks/networks_bulk_create_post.template b/neutron/networks/networks_bulk_create_post.template deleted file mode 100644 index 2d7cfbb..0000000 --- a/neutron/networks/networks_bulk_create_post.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "networks": [ - { - "name": "sample_network3", - "admin_state_up": true - }, - { - "name": "sample_network4", - "admin_state_up": true - } - ] -} \ No newline at end of file diff --git a/neutron/networks/networks_create_post.template b/neutron/networks/networks_create_post.template deleted file mode 100644 index 34bee5a..0000000 --- a/neutron/networks/networks_create_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "name": "simple_network", - "admin_state_up": true - } -} \ No newline at end of file diff --git a/neutron/networks/networks_delete.template b/neutron/networks/networks_delete.template deleted file mode 100644 index 9f52c59..0000000 --- a/neutron/networks/networks_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/networks/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/networks/networks_list_get.template b/neutron/networks/networks_list_get.template deleted file mode 100644 index ac41423..0000000 --- a/neutron/networks/networks_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/networks HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/networks/networks_show_get.template b/neutron/networks/networks_show_get.template deleted file mode 100644 index f97d476..0000000 --- a/neutron/networks/networks_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/networks/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/networks/networks_update_put.template b/neutron/networks/networks_update_put.template deleted file mode 100644 index 5ebff53..0000000 --- a/neutron/networks/networks_update_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/networks/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "name": "sample_network_5_updated" - } -} \ No newline at end of file diff --git a/neutron/ports/ports_bulk_create_post.template b/neutron/ports/ports_bulk_create_post.template deleted file mode 100644 index 6eb0716..0000000 --- a/neutron/ports/ports_bulk_create_post.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v2.0/ports HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ports": [ - { - "name": "sample_port_1", - "admin_state_up": false, - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7" - - }, - { - "name": "sample_port_2", - "admin_state_up": false, - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7" - - } - - ] - -} \ No newline at end of file diff --git a/neutron/ports/ports_create_post.template b/neutron/ports/ports_create_post.template deleted file mode 100644 index 6c1c972..0000000 --- a/neutron/ports/ports_create_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.0/ports HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "port": { - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7", - "name": "private-port", - "admin_state_up": true - - } - -} \ No newline at end of file diff --git a/neutron/ports/ports_delete.template b/neutron/ports/ports_delete.template deleted file mode 100644 index 83f9c26..0000000 --- a/neutron/ports/ports_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/ports/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports/ports_list_get.template b/neutron/ports/ports_list_get.template deleted file mode 100644 index a49c859..0000000 --- a/neutron/ports/ports_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/ports HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports/ports_show_get.template b/neutron/ports/ports_show_get.template deleted file mode 100644 index 0a08b80..0000000 --- a/neutron/ports/ports_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/ports/{port_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_port_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports/ports_update_put.template b/neutron/ports/ports_update_put.template deleted file mode 100644 index ed6d62d..0000000 --- a/neutron/ports/ports_update_put.template +++ /dev/null @@ -1,15 +0,0 @@ -PUT /v2.0/ports/{port_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_port_id:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "port": { - "name": "test-for-port-update", - "admin_state_up": true, - "device_owner": "compute:nova", - "binding:host_id": "test_for_port_update_host" - - } - -} \ No newline at end of file diff --git a/neutron/ports_binding/ports_bulk_create_post.template b/neutron/ports_binding/ports_bulk_create_post.template deleted file mode 100644 index 6eb0716..0000000 --- a/neutron/ports_binding/ports_bulk_create_post.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v2.0/ports HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ports": [ - { - "name": "sample_port_1", - "admin_state_up": false, - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7" - - }, - { - "name": "sample_port_2", - "admin_state_up": false, - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7" - - } - - ] - -} \ No newline at end of file diff --git a/neutron/ports_binding/ports_create_post.template b/neutron/ports_binding/ports_create_post.template deleted file mode 100644 index a1f6305..0000000 --- a/neutron/ports_binding/ports_create_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.0/ports HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "port": { - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7", - "name": "private-port", - "admin_state_up": true - - } - -} \ No newline at end of file diff --git a/neutron/ports_binding/ports_delete.template b/neutron/ports_binding/ports_delete.template deleted file mode 100644 index 83f9c26..0000000 --- a/neutron/ports_binding/ports_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/ports/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports_binding/ports_list_get.template b/neutron/ports_binding/ports_list_get.template deleted file mode 100644 index a49c859..0000000 --- a/neutron/ports_binding/ports_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/ports HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports_binding/ports_show_get.template b/neutron/ports_binding/ports_show_get.template deleted file mode 100644 index 0a08b80..0000000 --- a/neutron/ports_binding/ports_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/ports/{port_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_port_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/ports_binding/ports_update_put.template b/neutron/ports_binding/ports_update_put.template deleted file mode 100644 index bb415c2..0000000 --- a/neutron/ports_binding/ports_update_put.template +++ /dev/null @@ -1,14 +0,0 @@ -PUT /v2.0/ports/{port_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_port_id:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "port": { - "network_id": "a87cc70a-3e15-4acf-8205-9b711a3531b7", - "name": "private-port", - "admin_state_up": true - - } - -} \ No newline at end of file diff --git a/neutron/qos/qos_delete_bw.template b/neutron/qos/qos_delete_bw.template deleted file mode 100644 index 5a0a4dc..0000000 --- a/neutron/qos/qos_delete_bw.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3}/bandwidth_limit_rules/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_delete_dscprule.template b/neutron/qos/qos_delete_dscprule.template deleted file mode 100644 index 141fdbb..0000000 --- a/neutron/qos/qos_delete_dscprule.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3}/dscp_marking_rules/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_delete_policy.template b/neutron/qos/qos_delete_policy.template deleted file mode 100644 index c3e81d1..0000000 --- a/neutron/qos/qos_delete_policy.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_dscprules.template b/neutron/qos/qos_get_dscprules.template deleted file mode 100644 index 7a84368..0000000 --- a/neutron/qos/qos_get_dscprules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3}/dscp_marking_rules/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_listbwrules.template b/neutron/qos/qos_get_listbwrules.template deleted file mode 100644 index 927213f..0000000 --- a/neutron/qos/qos_get_listbwrules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/bandwidth_limit_rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_listdscprules.template b/neutron/qos/qos_get_listdscprules.template deleted file mode 100644 index 7a0e478..0000000 --- a/neutron/qos/qos_get_listdscprules.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3}/dscp_marking_rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_listpolicy.template b/neutron/qos/qos_get_listpolicy.template deleted file mode 100644 index 07a3e2c..0000000 --- a/neutron/qos/qos_get_listpolicy.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_showbw.template b/neutron/qos/qos_get_showbw.template deleted file mode 100644 index 4611775..0000000 --- a/neutron/qos/qos_get_showbw.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies/{policy_id:2205f1de746011e68b7786f30ca893d3}/bandwidth_limit_rules/{bw_rule_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_get_showpolicy.template b/neutron/qos/qos_get_showpolicy.template deleted file mode 100644 index 09da38f..0000000 --- a/neutron/qos/qos_get_showpolicy.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/qos/policies/{policy_id:2205f1de746011e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/qos/qos_post_createbwrule.template b/neutron/qos/qos_post_createbwrule.template deleted file mode 100644 index f49170d..0000000 --- a/neutron/qos/qos_post_createbwrule.template +++ /dev/null @@ -1,9 +0,0 @@ -POST /v2.0/qos/policies/{0ffd248c55b443eaac5253b4e9cbf9b5}/bandwidth_limit_rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "bandwidth_limit_rule": { - "max_kbps": "10000" - } -} \ No newline at end of file diff --git a/neutron/qos/qos_post_createdscprules.template b/neutron/qos/qos_post_createdscprules.template deleted file mode 100644 index 542f87f..0000000 --- a/neutron/qos/qos_post_createdscprules.template +++ /dev/null @@ -1,9 +0,0 @@ -POST /v2.0/qos/policies/{2205f1de746011e68b7786f30ca893d3}/dscp_marking_rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "dscp_marking_rule": { - "dscp_mark": "26" - } -} \ No newline at end of file diff --git a/neutron/qos/qos_post_createpolicy.template b/neutron/qos/qos_post_createpolicy.template deleted file mode 100644 index 5398eb3..0000000 --- a/neutron/qos/qos_post_createpolicy.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.0/qos/policies HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "policy": { - "name": "10Mbit", - "description": "This policy limits the ports to 10Mbit max.", - "shared": false - } -} \ No newline at end of file diff --git a/neutron/qos/qos_put_dscprules.template b/neutron/qos/qos_put_dscprules.template deleted file mode 100644 index 57541ed..0000000 --- a/neutron/qos/qos_put_dscprules.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.0/qos/policies/{policy_id:2205f1de746011e68b7786f30ca893d3}/dscp_marking_rules/{dscp_rule_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "dscp_marking_rule": { - "dscp_mark": "16" - } -} \ No newline at end of file diff --git a/neutron/qos/qos_put_updatebw.template b/neutron/qos/qos_put_updatebw.template deleted file mode 100644 index e336c45..0000000 --- a/neutron/qos/qos_put_updatebw.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.0/qos/policies/{policy_id:2205f1de746011e68b7786f30ca893d3}/bandwidth_limit_rules/{bw_rule_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "bandwidth_limit_rule": { - "max_kbps": "10000" - } -} \ No newline at end of file diff --git a/neutron/qos/qos_put_updatepolicy.template b/neutron/qos/qos_put_updatepolicy.template deleted file mode 100644 index e1c61d3..0000000 --- a/neutron/qos/qos_put_updatepolicy.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2.0/qos/policies/{policy_id:2205f1de746011e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "policy": { - "name": "10Mbit", - "description": "This policy limits the ports to 10Mbit max.", - "shared": false - } -} \ No newline at end of file diff --git a/neutron/quotas/delete_quota.template b/neutron/quotas/delete_quota.template deleted file mode 100644 index e5d0a65..0000000 --- a/neutron/quotas/delete_quota.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/quotas/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/quotas/list_all_quotas.template b/neutron/quotas/list_all_quotas.template deleted file mode 100644 index 32496fd..0000000 --- a/neutron/quotas/list_all_quotas.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/quotas HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/quotas/list_quota.template b/neutron/quotas/list_quota.template deleted file mode 100644 index a423e38..0000000 --- a/neutron/quotas/list_quota.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/quotas/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/quotas/update_quota.template b/neutron/quotas/update_quota.template deleted file mode 100644 index 5e91b49..0000000 --- a/neutron/quotas/update_quota.template +++ /dev/null @@ -1,17 +0,0 @@ -PUT /v2.0/quotas/{quota_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "quota": { - "subnet": 10, - "network": 10, - "floatingip": 50, - "subnetpool": -1, - "security_group_rule": 100, - "security_group": 10, - "router": 10, - "rbac_policy": -1, - "port": 50 - } -} diff --git a/neutron/routers/add_router_interface.template b/neutron/routers/add_router_interface.template deleted file mode 100644 index 3de5b1e..0000000 --- a/neutron/routers/add_router_interface.template +++ /dev/null @@ -1,7 +0,0 @@ -PUT /v2.0/routers/{0ffd248c55b443eaac5253b4e9cbf9b5}/add_router_interface HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnet_id": "a2f1f29d-571b-4533-907f-5803ab96ead1" -} diff --git a/neutron/routers/create_router.template b/neutron/routers/create_router.template deleted file mode 100644 index 7064e13..0000000 --- a/neutron/routers/create_router.template +++ /dev/null @@ -1,20 +0,0 @@ -POST /v2.0/routers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "router": { - "name": "router1", - "external_gateway_info": { - "network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3", - "enable_snat": true, - "external_fixed_ips": [ - { - "ip_address": "172.24.4.6", - "subnet_id": "b930d7f6-ceb7-40a0-8b81-a425dd994ccf" - } - ] - }, - "admin_state_up": true - } -} diff --git a/neutron/routers/delete_router.template b/neutron/routers/delete_router.template deleted file mode 100644 index 5bf1a73..0000000 --- a/neutron/routers/delete_router.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/routers/{router_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/routers/list_routers.template b/neutron/routers/list_routers.template deleted file mode 100644 index cdd7478..0000000 --- a/neutron/routers/list_routers.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/routers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/routers/remove_interface_from_router.template b/neutron/routers/remove_interface_from_router.template deleted file mode 100644 index aaeaecb..0000000 --- a/neutron/routers/remove_interface_from_router.template +++ /dev/null @@ -1,7 +0,0 @@ -PUT /v2.0/routers/{0ffd248c55b443eaac5253b4e9cbf9b5}/remove_router_interface HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnet_id": "a2f1f29d-571b-4533-907f-5803ab96ead1" -} diff --git a/neutron/routers/show_router.template b/neutron/routers/show_router.template deleted file mode 100644 index c835a2a..0000000 --- a/neutron/routers/show_router.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/routers/{router_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_router_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/routers/update_router.template b/neutron/routers/update_router.template deleted file mode 100644 index b8aa96d..0000000 --- a/neutron/routers/update_router.template +++ /dev/null @@ -1,18 +0,0 @@ -PUT /v2.0/routers/{router_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "router": { - "external_gateway_info": { - "network_id": "ae34051f-aa6c-4c75-abf5-50dc9ac99ef3", - "enable_snat": true, - "external_fixed_ips": [ - { - "ip_address": "172.24.4.6", - "subnet_id": "b930d7f6-ceb7-40a0-8b81-a425dd994ccf" - } - ] - } - } -} diff --git a/neutron/security-groups-rules/create_security_group_rule.template b/neutron/security-groups-rules/create_security_group_rule.template deleted file mode 100644 index 2e95e29..0000000 --- a/neutron/security-groups-rules/create_security_group_rule.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.0/security-group-rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "security_group_rule": { - "direction": "ingress", - "port_range_min": "80", - "ethertype": "IPv4", - "port_range_max": "80", - "protocol": "tcp", - "remote_group_id": "85cc3048-abc3-43cc-89b3-377341426ac5", - "security_group_id": "a7734e61-b545-452d-a3cd-0189cbd9747a" - } -} diff --git a/neutron/security-groups-rules/delete_security_group_rule.template b/neutron/security-groups-rules/delete_security_group_rule.template deleted file mode 100644 index 8d64774..0000000 --- a/neutron/security-groups-rules/delete_security_group_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/security-group-rules/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups-rules/list_security_groups_rule.template b/neutron/security-groups-rules/list_security_groups_rule.template deleted file mode 100644 index 119e193..0000000 --- a/neutron/security-groups-rules/list_security_groups_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/security-group-rules HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups-rules/show_security_group_rule.template b/neutron/security-groups-rules/show_security_group_rule.template deleted file mode 100644 index 0f7ebae..0000000 --- a/neutron/security-groups-rules/show_security_group_rule.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/security-group-rules/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups/create_security_group.template b/neutron/security-groups/create_security_group.template deleted file mode 100644 index addad54..0000000 --- a/neutron/security-groups/create_security_group.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.0/security-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "security_group": { - "name": "new-webservers", - "description": "security group for webservers" - } -} diff --git a/neutron/security-groups/delete_security_group.template b/neutron/security-groups/delete_security_group.template deleted file mode 100644 index 17542c0..0000000 --- a/neutron/security-groups/delete_security_group.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/security-groups/{sg_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups/list_security_groups.template b/neutron/security-groups/list_security_groups.template deleted file mode 100644 index e874754..0000000 --- a/neutron/security-groups/list_security_groups.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/security-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups/show_security_group.template b/neutron/security-groups/show_security_group.template deleted file mode 100644 index f36c02e..0000000 --- a/neutron/security-groups/show_security_group.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/security-groups/{sg_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_sec_group_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/security-groups/update_security_group.template b/neutron/security-groups/update_security_group.template deleted file mode 100644 index 3f43e24..0000000 --- a/neutron/security-groups/update_security_group.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/security-groups/{sg_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_sec_group_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "security_group": { - "name": "mysecgroup", - "description": "my security group" - } -} diff --git a/neutron/service-providers/list_service_providers.template b/neutron/service-providers/list_service_providers.template deleted file mode 100644 index 6c5a2a5..0000000 --- a/neutron/service-providers/list_service_providers.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/service-providers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/subnet_pools/subnetpool_create_post.template b/neutron/subnet_pools/subnetpool_create_post.template deleted file mode 100644 index b107001..0000000 --- a/neutron/subnet_pools/subnetpool_create_post.template +++ /dev/null @@ -1,19 +0,0 @@ -POST /v2.0/subnetpools HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnetpool": { - "name": "my-subnet-pool", - "prefixes": [ - "192.168.0.0/16", - "10.10.0.0/21" - ], - "default_prefixlen": 25, - "min_prefixlen": 24, - "max_prefixlen": 30, - "shared": "false" - } - -} \ No newline at end of file diff --git a/neutron/subnet_pools/subnetpool_delete.template b/neutron/subnet_pools/subnetpool_delete.template deleted file mode 100644 index e4aa1e5..0000000 --- a/neutron/subnet_pools/subnetpool_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/subnetpools/{subnet_pool_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/subnet_pools/subnetpool_list_get.template b/neutron/subnet_pools/subnetpool_list_get.template deleted file mode 100644 index 07f464f..0000000 --- a/neutron/subnet_pools/subnetpool_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/subnetpools HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/subnet_pools/subnetpool_show_get.template b/neutron/subnet_pools/subnetpool_show_get.template deleted file mode 100644 index 0a1df20..0000000 --- a/neutron/subnet_pools/subnetpool_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/subnetpools/{subnet_pool_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/subnet_pools/subnetpool_update_get.template b/neutron/subnet_pools/subnetpool_update_get.template deleted file mode 100644 index 09b1cb1..0000000 --- a/neutron/subnet_pools/subnetpool_update_get.template +++ /dev/null @@ -1,20 +0,0 @@ -PUT /v2.0/subnetpools/{subnet_pool_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnetpool": { - "name": "my-new-subnetpool-name", - "prefixes": [ - "2001:db8::/64", - "2001:db8:0:1::/64", - "2001:db8:0:2::/64" - ], - "min_prefixlen": 64, - "default_prefixlen": 64, - "max_prefixlen": 64 - - } - -} \ No newline at end of file diff --git a/neutron/subnets/subnet_bulk_create_post.template b/neutron/subnets/subnet_bulk_create_post.template deleted file mode 100644 index de43466..0000000 --- a/neutron/subnets/subnet_bulk_create_post.template +++ /dev/null @@ -1,19 +0,0 @@ -POST /v2.0/subnets HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnets": [ - { - "cidr": "192.168.199.0/24", - "ip_version": 4, - "network_id": "e6031bc2-901a-4c66-82da-f4c32ed89406" - }, - { - "cidr": "10.56.4.0/22", - "ip_version": 4, - "network_id": "64239a54-dcc4-4b39-920b-b37c2144effa" - } - ] -} \ No newline at end of file diff --git a/neutron/subnets/subnet_create_post.template b/neutron/subnets/subnet_create_post.template deleted file mode 100644 index 8e64cb3..0000000 --- a/neutron/subnets/subnet_create_post.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.0/subnets HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnet": { - "network_id": "d32019d3-bc6e-4319-9c1d-6722fc136a22", - "ip_version": 4, - "cidr": "10.0.0.1" - } -} \ No newline at end of file diff --git a/neutron/subnets/subnet_delete.template b/neutron/subnets/subnet_delete.template deleted file mode 100644 index bb2d569..0000000 --- a/neutron/subnets/subnet_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/subnets/{subnet_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/subnets/subnet_show_get.template b/neutron/subnets/subnet_show_get.template deleted file mode 100644 index b742cf2..0000000 --- a/neutron/subnets/subnet_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/subnets/{subnet_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_subnet_id:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/subnets/subnet_update_put.template b/neutron/subnets/subnet_update_put.template deleted file mode 100644 index e7784d0..0000000 --- a/neutron/subnets/subnet_update_put.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/subnets/{subnet_id:CALL_EXTERNAL|syntribos.extensions.neutron.client:get_subnet_id:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "subnet": { - "name": "my_subnet" - - } - -} \ No newline at end of file diff --git a/neutron/subnets/subnets_list_get.template b/neutron/subnets/subnets_list_get.template deleted file mode 100644 index 439b825..0000000 --- a/neutron/subnets/subnets_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/subnets HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/tags/add_tag.template b/neutron/tags/add_tag.template deleted file mode 100644 index d5a1be9..0000000 --- a/neutron/tags/add_tag.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v2.0/{0ffd248c55b443eaac5253b4e9cbf9b5}/{be52e9aa746211e68b7786f30ca893d3}/tags/{0501ddba746411e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/tags/confirm_tag.template b/neutron/tags/confirm_tag.template deleted file mode 100644 index 7ef9d62..0000000 --- a/neutron/tags/confirm_tag.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/{0ffd248c55b443eaac5253b4e9cbf9b5}/{be52e9aa746211e68b7786f30ca893d3}/tags/{0501ddba746411e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/tags/remove_all_tags.template b/neutron/tags/remove_all_tags.template deleted file mode 100644 index af99748..0000000 --- a/neutron/tags/remove_all_tags.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/{0ffd248c55b443eaac5253b4e9cbf9b5}/{be52e9aa746211e68b7786f30ca893d3}/tags HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/tags/remove_tag.template b/neutron/tags/remove_tag.template deleted file mode 100644 index 7ef9d62..0000000 --- a/neutron/tags/remove_tag.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/{0ffd248c55b443eaac5253b4e9cbf9b5}/{be52e9aa746211e68b7786f30ca893d3}/tags/{0501ddba746411e68b7786f30ca893d3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/neutron/tags/replace_all_tags.template b/neutron/tags/replace_all_tags.template deleted file mode 100644 index f306a30..0000000 --- a/neutron/tags/replace_all_tags.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/{0ffd248c55b443eaac5253b4e9cbf9b5}/{be52e9aa746211e68b7786f30ca893d3}/tags HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "tags": [ - "red", - "blue" - ] -} diff --git a/neutron/versions/versions_get.template b/neutron/versions/versions_get.template deleted file mode 100644 index 04b2a3a..0000000 --- a/neutron/versions/versions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/versions/versions_v2_get.template b/neutron/versions/versions_v2_get.template deleted file mode 100644 index 8ec9a5e..0000000 --- a/neutron/versions/versions_v2_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0 HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vlan/vlan_network_create_porst.template b/neutron/vlan/vlan_network_create_porst.template deleted file mode 100644 index bc1a7f4..0000000 --- a/neutron/vlan/vlan_network_create_porst.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.0/networks HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "network": { - "name": "simple_network", - "admin_state_up": true, - "vlan_transparent": true - } -} \ No newline at end of file diff --git a/neutron/vpn/ike_create_policy_post.template b/neutron/vpn/ike_create_policy_post.template deleted file mode 100644 index e01037f..0000000 --- a/neutron/vpn/ike_create_policy_post.template +++ /dev/null @@ -1,22 +0,0 @@ -POST /v2.0/vpn/ikepolicies HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ikepolicy": { - "phase1_negotiation_mode": "main", - "auth_algorithm": "sha1", - "encryption_algorithm": "aes-128", - "pfs": "group5", - "lifetime": { - "units": "seconds", - "value": 7200 - - }, - "ike_version": "v1", - "name": "ikepolicy1" - -} - -} diff --git a/neutron/vpn/ike_list_policies_get.template b/neutron/vpn/ike_list_policies_get.template deleted file mode 100644 index baad054..0000000 --- a/neutron/vpn/ike_list_policies_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ikepolicies HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ike_policy_delete.template b/neutron/vpn/ike_policy_delete.template deleted file mode 100644 index 8833842..0000000 --- a/neutron/vpn/ike_policy_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/vpn/ikepolicies/{policy_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ike_policy_details_get.template b/neutron/vpn/ike_policy_details_get.template deleted file mode 100644 index 90de71d..0000000 --- a/neutron/vpn/ike_policy_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ikepolicies/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ike_policy_update_put.template b/neutron/vpn/ike_policy_update_put.template deleted file mode 100644 index b62b88e..0000000 --- a/neutron/vpn/ike_policy_update_put.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2.0/vpn/ikepolicies/{policy_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Content-type: application/json -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ikepolicy": { - "encryption_algorithm": "aes-256" - } - -} \ No newline at end of file diff --git a/neutron/vpn/ipsec_create_connection_post.template b/neutron/vpn/ipsec_create_connection_post.template deleted file mode 100644 index 1e33737..0000000 --- a/neutron/vpn/ipsec_create_connection_post.template +++ /dev/null @@ -1,23 +0,0 @@ -POST /v2.0/vpn/ipsec-site-connections HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ -"ipsec_site_connection": { - "psk": "secret", - "initiator": "bi-directional", - "ipsecpolicy_id": "e6e23d0c-9519-4d52-8ea4-5b1f96d857b1", - "admin_state_up": true, - "mtu": "1500", - "peer_ep_group_id": "9ad5a7e0-6dac-41b4-b20d-a7b8645fddf1", - "ikepolicy_id": "9b00d6b0-6c93-4ca5-9747-b8ade7bb514f", - "vpnservice_id": "5c561d9d-eaea-45f6-ae3e-08d1a7080828", - "local_ep_group_id": "3e1815dd-e212-43d0-8f13-b494fa553e68", - "peer_address": "172.24.4.233", - "peer_id": "172.24.4.233", - "name": "vpnconnection1" - -} - -} diff --git a/neutron/vpn/ipsec_delete_connection.template b/neutron/vpn/ipsec_delete_connection.template deleted file mode 100644 index 7532d90..0000000 --- a/neutron/vpn/ipsec_delete_connection.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/vpn/ipsec-site-connections/{connection_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_list_connections_get.template b/neutron/vpn/ipsec_list_connections_get.template deleted file mode 100644 index 6390006..0000000 --- a/neutron/vpn/ipsec_list_connections_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ipsec-site-connections HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_policies_list_get.template b/neutron/vpn/ipsec_policies_list_get.template deleted file mode 100644 index c4da6c7..0000000 --- a/neutron/vpn/ipsec_policies_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ipsecpolicies/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_policy_create_post.template b/neutron/vpn/ipsec_policy_create_post.template deleted file mode 100644 index 0499d75..0000000 --- a/neutron/vpn/ipsec_policy_create_post.template +++ /dev/null @@ -1,21 +0,0 @@ -POST /v2.0/vpn/ipsecpolicies HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ipsecpolicy": { - "name": "ipsecpolicy1", - "transform_protocol": "esp", - "auth_algorithm": "sha1", - "encapsulation_mode": "tunnel", - "encryption_algorithm": "aes-128", - "pfs": "group5", - "lifetime": { - "units": "seconds", - "value": 7200 -} - -} - -} diff --git a/neutron/vpn/ipsec_policy_delete.template b/neutron/vpn/ipsec_policy_delete.template deleted file mode 100644 index 700a914..0000000 --- a/neutron/vpn/ipsec_policy_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/vpn/ipsecpolicies/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_policy_get.template b/neutron/vpn/ipsec_policy_get.template deleted file mode 100644 index b0250df..0000000 --- a/neutron/vpn/ipsec_policy_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ipsecpolicies/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_policy_put.template b/neutron/vpn/ipsec_policy_put.template deleted file mode 100644 index 231a5ab..0000000 --- a/neutron/vpn/ipsec_policy_put.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/vpn/ipsecpolicies/{policy_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: applicaion/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ipsecpolicy": { - "pfs": "group14" - - } - -} \ No newline at end of file diff --git a/neutron/vpn/ipsec_show_connection_get.template b/neutron/vpn/ipsec_show_connection_get.template deleted file mode 100644 index 706af61..0000000 --- a/neutron/vpn/ipsec_show_connection_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/ipsec-site-connections/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/ipsec_update_connection_put.template b/neutron/vpn/ipsec_update_connection_put.template deleted file mode 100644 index 1542741..0000000 --- a/neutron/vpn/ipsec_update_connection_put.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.0/vpn/ipsec-site-connections/{0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "ipsec_site_connection": { - "mtu": "2000" - - } - -} \ No newline at end of file diff --git a/neutron/vpn/vpn_endpoint_groups_delete.template b/neutron/vpn/vpn_endpoint_groups_delete.template deleted file mode 100644 index 9ff3302..0000000 --- a/neutron/vpn/vpn_endpoint_groups_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/vpn/endpoint-groups/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_endpoint_groups_get.template b/neutron/vpn/vpn_endpoint_groups_get.template deleted file mode 100644 index 559f990..0000000 --- a/neutron/vpn/vpn_endpoint_groups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/endpoint-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_endpoint_groups_update_put.template b/neutron/vpn/vpn_endpoint_groups_update_put.template deleted file mode 100644 index c9224a8..0000000 --- a/neutron/vpn/vpn_endpoint_groups_update_put.template +++ /dev/null @@ -1,11 +0,0 @@ -PUT /v2.0/vpn/endpoint-groups/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "endpoint_group": { - "description": "New description" - } - -} diff --git a/neutron/vpn/vpn_groups_get.template b/neutron/vpn/vpn_groups_get.template deleted file mode 100644 index 559f990..0000000 --- a/neutron/vpn/vpn_groups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/endpoint-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_groups_post.template b/neutron/vpn/vpn_groups_post.template deleted file mode 100644 index c3c0cc7..0000000 --- a/neutron/vpn/vpn_groups_post.template +++ /dev/null @@ -1,16 +0,0 @@ -POST /v2.0/vpn/endpoint-groups HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "endpoint_group": { - "endpoints": [ - "10.2.0.0/24", - "10.3.0.0/24" - ], - "type": "cidr", - "name": "peers" - } - -} diff --git a/neutron/vpn/vpn_services_delete.template b/neutron/vpn/vpn_services_delete.template deleted file mode 100644 index 7a3a2a2..0000000 --- a/neutron/vpn/vpn_services_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.0/vpn/vpnservices/{vpn_service_id:0426ac1e48f642ef9544c2251e07e261} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_services_details_get.template b/neutron/vpn/vpn_services_details_get.template deleted file mode 100644 index fa75aaa..0000000 --- a/neutron/vpn/vpn_services_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/vpnservices/{0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_services_get.template b/neutron/vpn/vpn_services_get.template deleted file mode 100644 index f804996..0000000 --- a/neutron/vpn/vpn_services_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.0/vpn/vpnservices HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/neutron/vpn/vpn_services_post.template b/neutron/vpn/vpn_services_post.template deleted file mode 100644 index a865895..0000000 --- a/neutron/vpn/vpn_services_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.0/vpn/vpnservices HTTP/1.1 -Accept: application/json -Content-type: applicaion/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "vpnservice": { - "subnet_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "router_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "name": "myservice", - "admin_state_up": true - } - -} \ No newline at end of file diff --git a/neutron/vpn/vpn_services_put.template b/neutron/vpn/vpn_services_put.template deleted file mode 100644 index 58c0d37..0000000 --- a/neutron/vpn/vpn_services_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.0/vpn/vpnservices/{vpn_services_id:0ffd248c55b443eaac5253b4e9cbf9b5} HTTP/1.1 -Accept: application/json -Content-type: applicaion/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ -"vpnservice": { - "description": "Updated description" - } -} \ No newline at end of file diff --git a/nova/API_Versions/list_versions.template b/nova/API_Versions/list_versions.template deleted file mode 100644 index 30b30f3..0000000 --- a/nova/API_Versions/list_versions.template +++ /dev/null @@ -1,3 +0,0 @@ -GET / HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/API_Versions/show_api_details.template b/nova/API_Versions/show_api_details.template deleted file mode 100644 index adc214a..0000000 --- a/nova/API_Versions/show_api_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/ HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/availability_zones/get_availablilty_zone.template b/nova/availability_zones/get_availablilty_zone.template deleted file mode 100644 index 93bc8da..0000000 --- a/nova/availability_zones/get_availablilty_zone.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-availability-zone HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/availability_zones/get_availablilty_zone_detail.template b/nova/availability_zones/get_availablilty_zone_detail.template deleted file mode 100644 index f8794d8..0000000 --- a/nova/availability_zones/get_availablilty_zone_detail.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-availability-zone/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/delete_os_cells.template b/nova/cells/delete_os_cells.template deleted file mode 100644 index 7eac6d1..0000000 --- a/nova/cells/delete_os_cells.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-cells/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/get_os_cells_capacities.template b/nova/cells/get_os_cells_capacities.template deleted file mode 100644 index 048f650..0000000 --- a/nova/cells/get_os_cells_capacities.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-cells/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/capacities HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/get_os_cells_data.template b/nova/cells/get_os_cells_data.template deleted file mode 100644 index 44aa006..0000000 --- a/nova/cells/get_os_cells_data.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /os-cells/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/get_os_cells_info.template b/nova/cells/get_os_cells_info.template deleted file mode 100644 index 6025ba8..0000000 --- a/nova/cells/get_os_cells_info.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-cells/info HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/get_os_list_cells.template b/nova/cells/get_os_list_cells.template deleted file mode 100644 index 20fbb43..0000000 --- a/nova/cells/get_os_list_cells.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-cells HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/post_os_cells.template b/nova/cells/post_os_cells.template deleted file mode 100644 index 464d504..0000000 --- a/nova/cells/post_os_cells.template +++ /dev/null @@ -1,3 +0,0 @@ -POST /v2.1/os-cells HTTP/1.1 -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/cells/put_os_cells.template b/nova/cells/put_os_cells.template deleted file mode 100644 index 7bc4528..0000000 --- a/nova/cells/put_os_cells.template +++ /dev/null @@ -1,3 +0,0 @@ -PUT /v2.1/os-cells/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/externalevents/externalevents_post.template b/nova/externalevents/externalevents_post.template deleted file mode 100644 index 1c7342e..0000000 --- a/nova/externalevents/externalevents_post.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.1/os-server-external-events HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "events": [ - { - "name": "test-event", - "tag": "foo", - "status": "completed", - "server_uuid": "3df201cf-2451-44f2-8d25-a4ca826fc1f3" - } - ] -} diff --git a/nova/flavors/create_flavors_post.template b/nova/flavors/create_flavors_post.template deleted file mode 100644 index 6d6d531..0000000 --- a/nova/flavors/create_flavors_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.1/flavors HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "flavor": { - "name": "test_flavor", - "ram": 1024, - "vcpus": 2, - "disk": 10, - "id": "10", - "rxtx_factor": 2.0 - } -} diff --git a/nova/flavors/del_flavor_delete.template b/nova/flavors/del_flavor_delete.template deleted file mode 100644 index f56ec74..0000000 --- a/nova/flavors/del_flavor_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/flavors/{1} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors/detail_flavors_get.template b/nova/flavors/detail_flavors_get.template deleted file mode 100644 index 5f218c9..0000000 --- a/nova/flavors/detail_flavors_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors/list_flavors_get.template b/nova/flavors/list_flavors_get.template deleted file mode 100644 index c95401b..0000000 --- a/nova/flavors/list_flavors_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors/show_details_get.template b/nova/flavors/show_details_get.template deleted file mode 100644 index 205736e..0000000 --- a/nova/flavors/show_details_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors/{1} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors_access/add_flavor_post.template b/nova/flavors_access/add_flavor_post.template deleted file mode 100644 index fb4926c..0000000 --- a/nova/flavors_access/add_flavor_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/flavors/{1}/action HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "addTenantAccess": { - "tenant": "fake_tenant" - } -} diff --git a/nova/flavors_access/list_flavor_get.template b/nova/flavors_access/list_flavor_get.template deleted file mode 100644 index e5b35a7..0000000 --- a/nova/flavors_access/list_flavor_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors/{1}/os-flavor-access HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors_access/remove_flavor_post.template b/nova/flavors_access/remove_flavor_post.template deleted file mode 100644 index fa81af5..0000000 --- a/nova/flavors_access/remove_flavor_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/flavors/{1}/action HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "removeTenantAccess": { - "tenant": "fake_tenant" - } -} diff --git a/nova/flavors_extra_specs/create_extraspecs_post.template b/nova/flavors_extra_specs/create_extraspecs_post.template deleted file mode 100644 index 3df6c62..0000000 --- a/nova/flavors_extra_specs/create_extraspecs_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.1/flavors/{1}/os-extra_specs HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "extra_specs": { - "key1": "value1", - "key2": "value2" - } -} diff --git a/nova/flavors_extra_specs/del_extraspec_delete.template b/nova/flavors_extra_specs/del_extraspec_delete.template deleted file mode 100644 index 9a97aa1..0000000 --- a/nova/flavors_extra_specs/del_extraspec_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/flavors/{1}/os-extra_specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors_extra_specs/list_extraspecs_get.template b/nova/flavors_extra_specs/list_extraspecs_get.template deleted file mode 100644 index e784419..0000000 --- a/nova/flavors_extra_specs/list_extraspecs_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors/{1}/os-extra_specs HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors_extra_specs/show_extraspec_get.template b/nova/flavors_extra_specs/show_extraspec_get.template deleted file mode 100644 index 03b7af9..0000000 --- a/nova/flavors_extra_specs/show_extraspec_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/flavors/{1}/os-extra_specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/flavors_extra_specs/update_extraspec_put.template b/nova/flavors_extra_specs/update_extraspec_put.template deleted file mode 100644 index dcd8f54..0000000 --- a/nova/flavors_extra_specs/update_extraspec_put.template +++ /dev/null @@ -1,8 +0,0 @@ -PUT /v2.1/flavors/{1}/os-extra_specs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "key1": "new_value1" -} diff --git a/nova/guest_agents/create_os-agent_post.template b/nova/guest_agents/create_os-agent_post.template deleted file mode 100644 index 2b2564f..0000000 --- a/nova/guest_agents/create_os-agent_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.1/os-agents HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "agent": { - "hypervisor": "xen", - "os": "os", - "architecture": "x86", - "version": "8.0", - "md5hash": "add6bb58e139be103324d04d82d8f545", - "url": "http://example.com/path/to/resource" - } -} diff --git a/nova/guest_agents/del_os-agent_delete.template b/nova/guest_agents/del_os-agent_delete.template deleted file mode 100644 index 298465b..0000000 --- a/nova/guest_agents/del_os-agent_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-agents/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/guest_agents/list_os-agents_get.template b/nova/guest_agents/list_os-agents_get.template deleted file mode 100644 index dec82a8..0000000 --- a/nova/guest_agents/list_os-agents_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-agents HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/guest_agents/update_os-agent_put.template b/nova/guest_agents/update_os-agent_put.template deleted file mode 100644 index ef0a5fb..0000000 --- a/nova/guest_agents/update_os-agent_put.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.1/os-agents/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "para": { - "url": "http://example.com/path/to/resource", - "md5hash": "add6bb58e139be103324d04d82d8f545", - "version": "7.0" - } -} diff --git a/nova/host_aggregates/delete_os_aggregates.template b/nova/host_aggregates/delete_os_aggregates.template deleted file mode 100644 index acc0c4c..0000000 --- a/nova/host_aggregates/delete_os_aggregates.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/host_aggregates/get_list_aggregates.template b/nova/host_aggregates/get_list_aggregates.template deleted file mode 100644 index 9461f2a..0000000 --- a/nova/host_aggregates/get_list_aggregates.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-aggregates HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/host_aggregates/get_os_aggregates.template b/nova/host_aggregates/get_os_aggregates.template deleted file mode 100644 index 7494d38..0000000 --- a/nova/host_aggregates/get_os_aggregates.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/host_aggregates/post_add_host_os_aggregate.template b/nova/host_aggregates/post_add_host_os_aggregate.template deleted file mode 100644 index 0cf0a1b..0000000 --- a/nova/host_aggregates/post_add_host_os_aggregate.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "add_host": { - "host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} - diff --git a/nova/host_aggregates/post_metadata_os_aggregate.template b/nova/host_aggregates/post_metadata_os_aggregate.template deleted file mode 100644 index e3ef2cf..0000000 --- a/nova/host_aggregates/post_metadata_os_aggregate.template +++ /dev/null @@ -1,14 +0,0 @@ -POST /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "set_metadata": - { - "metadata": - { - "some_random_id": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } - } -} diff --git a/nova/host_aggregates/post_os_aggregates.template b/nova/host_aggregates/post_os_aggregates.template deleted file mode 100644 index 134cbb3..0000000 --- a/nova/host_aggregates/post_os_aggregates.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/os-aggregates HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "aggregate": - { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "availability_zone": "nova" - } -} diff --git a/nova/host_aggregates/post_rm_host_os_aggregate.template b/nova/host_aggregates/post_rm_host_os_aggregate.template deleted file mode 100644 index 7797173..0000000 --- a/nova/host_aggregates/post_rm_host_os_aggregate.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "remove_host": { - "host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } - -} - diff --git a/nova/host_aggregates/put_os_aggregates.template b/nova/host_aggregates/put_os_aggregates.template deleted file mode 100644 index 840339b..0000000 --- a/nova/host_aggregates/put_os_aggregates.template +++ /dev/null @@ -1,14 +0,0 @@ -PUT /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "aggregate": - { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "availability_zone": "nova2" - - } - -} diff --git a/nova/hosts/get_list_os_hosts.template b/nova/hosts/get_list_os_hosts.template deleted file mode 100644 index a4b424d..0000000 --- a/nova/hosts/get_list_os_hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hosts HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hosts/get_reboot_os_hosts.template b/nova/hosts/get_reboot_os_hosts.template deleted file mode 100644 index 2f983b4..0000000 --- a/nova/hosts/get_reboot_os_hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hosts/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/reboot HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hosts/get_show_os_hosts.template b/nova/hosts/get_show_os_hosts.template deleted file mode 100644 index cc013bb..0000000 --- a/nova/hosts/get_show_os_hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hosts/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hosts/get_shutdown_os_hosts.template b/nova/hosts/get_shutdown_os_hosts.template deleted file mode 100644 index b476ff0..0000000 --- a/nova/hosts/get_shutdown_os_hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hosts/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/shutdown HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hosts/get_startup_os_hosts.template b/nova/hosts/get_startup_os_hosts.template deleted file mode 100644 index 95b1dfb..0000000 --- a/nova/hosts/get_startup_os_hosts.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hosts/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/startup HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hosts/put_os_hosts.template b/nova/hosts/put_os_hosts.template deleted file mode 100644 index 186c1b3..0000000 --- a/nova/hosts/put_os_hosts.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.1/os-hosts/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "status": "enable", - "maintenance_mode": "disable" -} diff --git a/nova/hypervisors/hypervisors_get.template b/nova/hypervisors/hypervisors_get.template deleted file mode 100644 index 5b5b7d0..0000000 --- a/nova/hypervisors/hypervisors_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/{hypervisor_id:1} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_list_detail_get.template b/nova/hypervisors/hypervisors_list_detail_get.template deleted file mode 100644 index 7d397b3..0000000 --- a/nova/hypervisors/hypervisors_list_detail_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/detail?limit=9999 HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_list_get.template b/nova/hypervisors/hypervisors_list_get.template deleted file mode 100644 index 34b4a37..0000000 --- a/nova/hypervisors/hypervisors_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors?limit=9999 HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_search_get.template b/nova/hypervisors/hypervisors_search_get.template deleted file mode 100644 index a86e337..0000000 --- a/nova/hypervisors/hypervisors_search_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/{hypervisor_id:1}/search HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_servers_get.template b/nova/hypervisors/hypervisors_servers_get.template deleted file mode 100644 index 58f987b..0000000 --- a/nova/hypervisors/hypervisors_servers_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/{hypervisor_id:1}/servers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_statistics_get.template b/nova/hypervisors/hypervisors_statistics_get.template deleted file mode 100644 index b15a560..0000000 --- a/nova/hypervisors/hypervisors_statistics_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/statistics HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/hypervisors/hypervisors_uptime_get.template b/nova/hypervisors/hypervisors_uptime_get.template deleted file mode 100644 index 859b55f..0000000 --- a/nova/hypervisors/hypervisors_uptime_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-hypervisors/{hypervisor_id:1}/uptime HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/instanceusageauditlog/instanceusageauditlog_get.template b/nova/instanceusageauditlog/instanceusageauditlog_get.template deleted file mode 100644 index 28866a7..0000000 --- a/nova/instanceusageauditlog/instanceusageauditlog_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-instance_usage_audit_log HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/instanceusageauditlog/instanceusageauditlog_timestamp_get.template b/nova/instanceusageauditlog/instanceusageauditlog_timestamp_get.template deleted file mode 100644 index 69342d8..0000000 --- a/nova/instanceusageauditlog/instanceusageauditlog_timestamp_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-instance_usage_audit_log/{before_timestamp:2035-08-27%2009:49:58} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/keypairs/create_keypair_post.template b/nova/keypairs/create_keypair_post.template deleted file mode 100644 index 362dd8f..0000000 --- a/nova/keypairs/create_keypair_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.1/os-keypairs HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "keypair": { - "name": "keypair-d20a3d59-9433-4b79-8726-20b431d89c78", - "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDx8nkQv/zgGgB4rMYmIf+6A4l6Rr+o/6lHBQdW5aYd44bd8JttDCE/F/pNRr0lRE+PiqSPO8nDPHw0010JeMH9gYgnnFlyY3/OcJ02RhIPyyxYpv9FhY+2YiUkpwFOcLImyrxEsYXpD/0d3ac30bNH6Sw9JD9UZHYcpSxsIbECHw== Generated-by-Nova" - } -} diff --git a/nova/keypairs/del_keypair_delete.template b/nova/keypairs/del_keypair_delete.template deleted file mode 100644 index 0e5ba6a..0000000 --- a/nova/keypairs/del_keypair_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-keypairs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/keypairs/list_keypairs_get.template b/nova/keypairs/list_keypairs_get.template deleted file mode 100644 index a3d93f8..0000000 --- a/nova/keypairs/list_keypairs_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-keypairs HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/keypairs/show_keypair_get.template b/nova/keypairs/show_keypair_get.template deleted file mode 100644 index 6dfdf58..0000000 --- a/nova/keypairs/show_keypair_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-keypairs/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/limits/show_limits_get.template b/nova/limits/show_limits_get.template deleted file mode 100644 index 94a009c..0000000 --- a/nova/limits/show_limits_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/limits HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/os_volume_attachments/attach_vol_post.template b/nova/os_volume_attachments/attach_vol_post.template deleted file mode 100644 index a7fca83..0000000 --- a/nova/os_volume_attachments/attach_vol_post.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume_attachments HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "volumeAttachment": { - "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f803", - "device": "/dev/vdd" - } -} \ No newline at end of file diff --git a/nova/os_volume_attachments/detach_vol_delete.template b/nova/os_volume_attachments/detach_vol_delete.template deleted file mode 100644 index 98d2a92..0000000 --- a/nova/os_volume_attachments/detach_vol_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume_attachments/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"] diff --git a/nova/os_volume_attachments/detail_vol_get.template b/nova/os_volume_attachments/detail_vol_get.template deleted file mode 100644 index 8402a4d..0000000 --- a/nova/os_volume_attachments/detail_vol_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume_attachments/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"] diff --git a/nova/os_volume_attachments/list_vol_get.template b/nova/os_volume_attachments/list_vol_get.template deleted file mode 100644 index 04b96f3..0000000 --- a/nova/os_volume_attachments/list_vol_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume_attachments HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/os_volume_attachments/update_vol_put.template b/nova/os_volume_attachments/update_vol_put.template deleted file mode 100644 index a3a74ae..0000000 --- a/nova/os_volume_attachments/update_vol_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-volume_attachments/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"] - -{ - "volumeAttachment": { - "volumeId": "a26887c6-c47b-4654-abb5-dfadf7d3f805" - } -} diff --git a/nova/port_interfaces/create_interface_post.template b/nova/port_interfaces/create_interface_post.template deleted file mode 100644 index 3e0d2ff..0000000 --- a/nova/port_interfaces/create_interface_post.template +++ /dev/null @@ -1,15 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-interface HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "interfaceAttachment": { - "fixed_ips": [ - { - "ip_address": "192.168.1.3" - } - ], - "net_id": "3cb9bc59-5699-4588-a4b1-b87f96708bc6" - } -} diff --git a/nova/port_interfaces/detach_interface_delete.template b/nova/port_interfaces/detach_interface_delete.template deleted file mode 100644 index 372c067..0000000 --- a/nova/port_interfaces/detach_interface_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-interface/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/port_interfaces/list_port_get.template b/nova/port_interfaces/list_port_get.template deleted file mode 100644 index bcb3ae2..0000000 --- a/nova/port_interfaces/list_port_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-interface HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/port_interfaces/show_port_get.template b/nova/port_interfaces/show_port_get.template deleted file mode 100644 index 4db4f80..0000000 --- a/nova/port_interfaces/show_port_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-interface/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_default_get.template b/nova/quotasets/quotasets_default_get.template deleted file mode 100644 index cfc5a60..0000000 --- a/nova/quotasets/quotasets_default_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/defaults HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_delete.template b/nova/quotasets/quotasets_delete.template deleted file mode 100644 index d36b5fc..0000000 --- a/nova/quotasets/quotasets_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_detail_get.template b/nova/quotasets/quotasets_detail_get.template deleted file mode 100644 index 1bf436c..0000000 --- a/nova/quotasets/quotasets_detail_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_detail_userid_get.template b/nova/quotasets/quotasets_detail_userid_get.template deleted file mode 100644 index 44c530c..0000000 --- a/nova/quotasets/quotasets_detail_userid_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}?user_id=x HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_get.template b/nova/quotasets/quotasets_get.template deleted file mode 100644 index 60cb3f7..0000000 --- a/nova/quotasets/quotasets_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_put.template b/nova/quotasets/quotasets_put.template deleted file mode 100644 index 7591f0f..0000000 --- a/nova/quotasets/quotasets_put.template +++ /dev/null @@ -1,23 +0,0 @@ -PUT /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "quota_set": { - "cores": 20, - "force": "True", - "fixed_ips": -1, - "floating_ips": 10, - "injected_file_content_bytes": 10240, - "injected_file_path_bytes": 255, - "injected_files": 5, - "instances": 10, - "key_pairs": 100, - "metadata_items": 128, - "ram": 51200, - "security_group_rules": 20, - "security_groups": 45, - "server_groups": 10, - "server_group_members": 10 - } -} \ No newline at end of file diff --git a/nova/quotasets/quotasets_userid_delete.template b/nova/quotasets/quotasets_userid_delete.template deleted file mode 100644 index dc1b295..0000000 --- a/nova/quotasets/quotasets_userid_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}?user_id=x HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_userid_get.template b/nova/quotasets/quotasets_userid_get.template deleted file mode 100644 index 44c530c..0000000 --- a/nova/quotasets/quotasets_userid_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}?user_id=x HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/quotasets/quotasets_userid_put.template b/nova/quotasets/quotasets_userid_put.template deleted file mode 100644 index c1f596c..0000000 --- a/nova/quotasets/quotasets_userid_put.template +++ /dev/null @@ -1,23 +0,0 @@ -PUT /v2.1/os-quota-sets/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}?user_id=x HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "quota_set": { - "cores": 20, - "force": "True", - "fixed_ips": -1, - "floating_ips": 10, - "injected_file_content_bytes": 10240, - "injected_file_path_bytes": 255, - "injected_files": 5, - "instances": 10, - "key_pairs": 100, - "metadata_items": 128, - "ram": 51200, - "security_group_rules": 20, - "security_groups": 45, - "server_groups": 10, - "server_group_members": 10 - } -} \ No newline at end of file diff --git a/nova/sec_grp/sec_grp_get.template b/nova/sec_grp/sec_grp_get.template deleted file mode 100644 index 82ab4bd..0000000 --- a/nova/sec_grp/sec_grp_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-security-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_actions/list_actions_get.template b/nova/server_actions/list_actions_get.template deleted file mode 100644 index 86b96f6..0000000 --- a/nova/server_actions/list_actions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-instance-actions HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_actions/show_actions_get.template b/nova/server_actions/show_actions_get.template deleted file mode 100644 index 1ed1ac0..0000000 --- a/nova/server_actions/show_actions_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-instance-actions/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/server_consoles/delete_consoles.template b/nova/server_consoles/delete_consoles.template deleted file mode 100644 index 2e97be5..0000000 --- a/nova/server_consoles/delete_consoles.template +++ /dev/null @@ -1,2 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/consoles/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_consoles/get_console_token.template b/nova/server_consoles/get_console_token.template deleted file mode 100644 index 594b803..0000000 --- a/nova/server_consoles/get_console_token.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-console-auth-token HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_consoles/get_list_consoles.template b/nova/server_consoles/get_list_consoles.template deleted file mode 100644 index 2cce948..0000000 --- a/nova/server_consoles/get_list_consoles.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/consoles HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_consoles/post_add_host_os_aggregate.template b/nova/server_consoles/post_add_host_os_aggregate.template deleted file mode 100644 index 03242e8..0000000 --- a/nova/server_consoles/post_add_host_os_aggregate.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/os-aggregates/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "add_host": { - "host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } - -} - diff --git a/nova/server_consoles/post_create_consoles.template b/nova/server_consoles/post_create_consoles.template deleted file mode 100644 index f37666d..0000000 --- a/nova/server_consoles/post_create_consoles.template +++ /dev/null @@ -1,2 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/consoles HTTP/1.1 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_diagnostics/server_diag_get.template b/nova/server_diagnostics/server_diag_get.template deleted file mode 100644 index 78bfdf8..0000000 --- a/nova/server_diagnostics/server_diag_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/diagnostics HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/server_ip/ip_list_get.template b/nova/server_ip/ip_list_get.template deleted file mode 100644 index 7f85835..0000000 --- a/nova/server_ip/ip_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/ips HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/server_ip/ip_show_get.template b/nova/server_ip/ip_show_get.template deleted file mode 100644 index 7d3bf7e..0000000 --- a/nova/server_ip/ip_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/ips/private HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/server_metadata/metadata_create_put.template b/nova/server_metadata/metadata_create_put.template deleted file mode 100644 index 3ad118c..0000000 --- a/nova/server_metadata/metadata_create_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metadata": { - "foo": "Foo Value" - } -} \ No newline at end of file diff --git a/nova/server_metadata/metadata_delete.template b/nova/server_metadata/metadata_delete.template deleted file mode 100644 index 0cc7333..0000000 --- a/nova/server_metadata/metadata_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/server_metadata/metadata_list_get.template b/nova/server_metadata/metadata_list_get.template deleted file mode 100644 index ac8e37a..0000000 --- a/nova/server_metadata/metadata_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_metadata/metadata_show_get.template b/nova/server_metadata/metadata_show_get.template deleted file mode 100644 index 6058dba..0000000 --- a/nova/server_metadata/metadata_show_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/server_metadata/metadata_update_post.template b/nova/server_metadata/metadata_update_post.template deleted file mode 100644 index 8743ec3..0000000 --- a/nova/server_metadata/metadata_update_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "metadata": { - "foo": "Foo Value" - } -} \ No newline at end of file diff --git a/nova/server_metadata/metadata_updateitem_put.template b/nova/server_metadata/metadata_updateitem_put.template deleted file mode 100644 index 4427a6a..0000000 --- a/nova/server_metadata/metadata_updateitem_put.template +++ /dev/null @@ -1,10 +0,0 @@ -PUT /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/metadata/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "meta": { - "foo": "Bar Value" - } -} diff --git a/nova/servergroups/servergroups_all_list_get.template b/nova/servergroups/servergroups_all_list_get.template deleted file mode 100644 index 16f1f9d..0000000 --- a/nova/servergroups/servergroups_all_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-server-groups?all_projects=True HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servergroups/servergroups_delete.template b/nova/servergroups/servergroups_delete.template deleted file mode 100644 index c5027d5..0000000 --- a/nova/servergroups/servergroups_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-server-groups/{server_group_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servergroups/servergroups_get.template b/nova/servergroups/servergroups_get.template deleted file mode 100644 index 30468eb..0000000 --- a/nova/servergroups/servergroups_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-server-groups/{server_group_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servergroups/servergroups_list.template b/nova/servergroups/servergroups_list.template deleted file mode 100644 index 8ff4e8e..0000000 --- a/nova/servergroups/servergroups_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-server-groups HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servergroups/servergroups_post.template b/nova/servergroups/servergroups_post.template deleted file mode 100644 index 7f3ae3e..0000000 --- a/nova/servergroups/servergroups_post.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/os-server-groups HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "server_group": { - "name": "test", - "policies": ["anti-affinity"] - } -} \ No newline at end of file diff --git a/nova/servers/create_server.template b/nova/servers/create_server.template deleted file mode 100644 index 0880534..0000000 --- a/nova/servers/create_server.template +++ /dev/null @@ -1,33 +0,0 @@ -POST /v2.1/servers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "server" : { - "accessIPv4": "1.2.3.4", - "accessIPv6": "80fe::", - "name" : "new-server-test", - "imageRef" : "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "flavorRef" : "1", - "availability_zone": "nova", - "OS-DCF:diskConfig": "AUTO", - "metadata" : { - "My Server Name" : "Apache1" - }, - "personality": [ - { - "path": "/etc/banner.txt", - "contents": "ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6 b25zLiINCg0KLVJpY2hhcmQgQmFjaA==" - } - ], - "security_groups": [ - { - "name": "default" - } - ], - "user_data" : "IyEvYmluL2Jhc2gKL2Jpbi9zdQplY2hvICJJIGFtIGluIHlvdSEiCg==" - }, - "OS-SCH-HNT:scheduler_hints": { - "same_host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/nova/servers/create_servers.template b/nova/servers/create_servers.template deleted file mode 100644 index 34e84da..0000000 --- a/nova/servers/create_servers.template +++ /dev/null @@ -1,17 +0,0 @@ -POST /v2.1/servers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "server": { - "name": "new-server-test", - "imageRef": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "flavorRef": "1", - "metadata": { - "My Server Name": "Apache1" - }, - "return_reservation_id": "True", - "min_count": "2", - "max_count": "3" - } -} diff --git a/nova/servers/delete_server.template b/nova/servers/delete_server.template deleted file mode 100644 index 8e45ce7..0000000 --- a/nova/servers/delete_server.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servers/list_server_detailed.template b/nova/servers/list_server_detailed.template deleted file mode 100644 index e25a3d3..0000000 --- a/nova/servers/list_server_detailed.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/detail HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servers/list_servers.template b/nova/servers/list_servers.template deleted file mode 100644 index d238247..0000000 --- a/nova/servers/list_servers.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servers/show_server_details.template b/nova/servers/show_server_details.template deleted file mode 100644 index 249a269..0000000 --- a/nova/servers/show_server_details.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{05a1d5c7c86f47dc98085f3122fe68e5} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servers/update_server.template b/nova/servers/update_server.template deleted file mode 100644 index bb6a6de..0000000 --- a/nova/servers/update_server.template +++ /dev/null @@ -1,12 +0,0 @@ -PUT /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "server": { - "accessIPv4": "CALL_EXTERNAL|syntribos.extensions.random_data.client:random_ip:[]|", - "accessIPv6": "80fe::", - "OS-DCF:diskConfig": "AUTO", - "name" : "new-server-test" - } -} diff --git a/nova/servers_action/add_fixed_ip.template b/nova/servers_action/add_fixed_ip.template deleted file mode 100644 index 318e3e6..0000000 --- a/nova/servers_action/add_fixed_ip.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "addFixedIp": { - "networkId": 1 - } -} diff --git a/nova/servers_action/add_floating_ip.template b/nova/servers_action/add_floating_ip.template deleted file mode 100644 index 8fe51b9..0000000 --- a/nova/servers_action/add_floating_ip.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "addFloatingIp" : { - "address": "CALL_EXTERNAL|syntribos.extensions.random_data.client:random_ip:[]|" - } -} diff --git a/nova/servers_action/add_security_group.template b/nova/servers_action/add_security_group.template deleted file mode 100644 index 74b0cf1..0000000 --- a/nova/servers_action/add_security_group.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "addSecurityGroup": { - "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/nova/servers_action/change_password.template b/nova/servers_action/change_password.template deleted file mode 100644 index 7fb608b..0000000 --- a/nova/servers_action/change_password.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "changePassword": { - "adminPass": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|" - } -} diff --git a/nova/servers_action/confirm_resize.template b/nova/servers_action/confirm_resize.template deleted file mode 100644 index 0675a25..0000000 --- a/nova/servers_action/confirm_resize.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "confirmResize": null -} diff --git a/nova/servers_action/console_output.template b/nova/servers_action/console_output.template deleted file mode 100644 index 95270d1..0000000 --- a/nova/servers_action/console_output.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-getConsoleOutput": { - "length": 50 - } -} diff --git a/nova/servers_action/crash_dump.template b/nova/servers_action/crash_dump.template deleted file mode 100644 index 9179609..0000000 --- a/nova/servers_action/crash_dump.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "trigger_crash_dump": null -} diff --git a/nova/servers_action/create_image.template b/nova/servers_action/create_image.template deleted file mode 100644 index 621b205..0000000 --- a/nova/servers_action/create_image.template +++ /dev/null @@ -1,13 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "createImage" : { - "name" : "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "metadata": { - "meta_var": "meta_val" - } - } -} diff --git a/nova/servers_action/evacuate.template b/nova/servers_action/evacuate.template deleted file mode 100644 index 6b4fbeb..0000000 --- a/nova/servers_action/evacuate.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "evacuate": { - "host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "adminPass": "MySecretPass", - "onSharedStorage": "False" - } -} diff --git a/nova/servers_action/force_delete.template b/nova/servers_action/force_delete.template deleted file mode 100644 index 05aba9b..0000000 --- a/nova/servers_action/force_delete.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "forceDelete": null -} diff --git a/nova/servers_action/lock.template b/nova/servers_action/lock.template deleted file mode 100644 index 1d15f86..0000000 --- a/nova/servers_action/lock.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "lock": null -} diff --git a/nova/servers_action/os_start.template b/nova/servers_action/os_start.template deleted file mode 100644 index 900d8af..0000000 --- a/nova/servers_action/os_start.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-start" : null -} diff --git a/nova/servers_action/os_stop.template b/nova/servers_action/os_stop.template deleted file mode 100644 index c5bc11b..0000000 --- a/nova/servers_action/os_stop.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-stop" : null -} diff --git a/nova/servers_action/pause.template b/nova/servers_action/pause.template deleted file mode 100644 index 4d1353e..0000000 --- a/nova/servers_action/pause.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "pause": null -} diff --git a/nova/servers_action/rdp_console.template b/nova/servers_action/rdp_console.template deleted file mode 100644 index 16d93cd..0000000 --- a/nova/servers_action/rdp_console.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-getRDPConsole": { - "type": "rdp-html5" - } -} diff --git a/nova/servers_action/reboot.template b/nova/servers_action/reboot.template deleted file mode 100644 index da740aa..0000000 --- a/nova/servers_action/reboot.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "reboot": { - "type" : "HARD" - } -} diff --git a/nova/servers_action/rebuild.template b/nova/servers_action/rebuild.template deleted file mode 100644 index 46f10cd..0000000 --- a/nova/servers_action/rebuild.template +++ /dev/null @@ -1,22 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "rebuild" : { - "imageRef" : "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "name" : "foobar", - "adminPass" : "seekr3t", - "metadata" : { - "meta_var" : "meta_val" - }, - "personality" : [ - { - "path" : "/etc/banner.txt", - "contents" : "ICAgICAgDQoiQSBjbG91ZCBkb2VzIG5vdCBrbm93IHdoeSBp dCBtb3ZlcyBpbiBqdXN0IHN1Y2ggYSBkaXJlY3Rpb24gYW5k IGF0IHN1Y2ggYSBzcGVlZC4uLkl0IGZlZWxzIGFuIGltcHVs c2lvbi4uLnRoaXMgaXMgdGhlIHBsYWNlIHRvIGdvIG5vdy4g QnV0IHRoZSBza3kga25vd3MgdGhlIHJlYXNvbnMgYW5kIHRo ZSBwYXR0ZXJucyBiZWhpbmQgYWxsIGNsb3VkcywgYW5kIHlv dSB3aWxsIGtub3csIHRvbywgd2hlbiB5b3UgbGlmdCB5b3Vy c2VsZiBoaWdoIGVub3VnaCB0byBzZWUgYmV5b25kIGhvcml6 b25zLiINCg0KLVJpY2hhcmQgQmFjaA==" - } - ], - "preserve_ephemeral": true - } -} diff --git a/nova/servers_action/remove_fixed_ip.template b/nova/servers_action/remove_fixed_ip.template deleted file mode 100644 index 2d67e63..0000000 --- a/nova/servers_action/remove_fixed_ip.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "removeFixedIp":{ - "address": "10.0.0.4" - } -} diff --git a/nova/servers_action/remove_floating_ip.template b/nova/servers_action/remove_floating_ip.template deleted file mode 100644 index fb5fa85..0000000 --- a/nova/servers_action/remove_floating_ip.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "removeFloatingIp" : { - "address": "4.3.2.1" - } -} diff --git a/nova/servers_action/remove_security_group.template b/nova/servers_action/remove_security_group.template deleted file mode 100644 index fbb2eb2..0000000 --- a/nova/servers_action/remove_security_group.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "removeSecurityGroup": { - "name": "test" - } -} diff --git a/nova/servers_action/rescue.template b/nova/servers_action/rescue.template deleted file mode 100644 index e6e4c23..0000000 --- a/nova/servers_action/rescue.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "rescue": { - "adminPass": "MySecretPass" - } -} diff --git a/nova/servers_action/resize.template b/nova/servers_action/resize.template deleted file mode 100644 index 2f09af1..0000000 --- a/nova/servers_action/resize.template +++ /dev/null @@ -1,11 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "resize" : { - "flavorRef" : "2", - "OS-DCF:diskConfig": "AUTO" - } -} diff --git a/nova/servers_action/restore.template b/nova/servers_action/restore.template deleted file mode 100644 index b24816d..0000000 --- a/nova/servers_action/restore.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "restore": null -} diff --git a/nova/servers_action/resume.template b/nova/servers_action/resume.template deleted file mode 100644 index 358abe8..0000000 --- a/nova/servers_action/resume.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "resume": null -} diff --git a/nova/servers_action/revert_resize.template b/nova/servers_action/revert_resize.template deleted file mode 100644 index 4490758..0000000 --- a/nova/servers_action/revert_resize.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "revertResize" : null -} diff --git a/nova/servers_action/serial_console.template b/nova/servers_action/serial_console.template deleted file mode 100644 index ea89134..0000000 --- a/nova/servers_action/serial_console.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-getSerialConsole": { - "type": "serial" - } -} diff --git a/nova/servers_action/shelve_offload.template b/nova/servers_action/shelve_offload.template deleted file mode 100644 index b4af336..0000000 --- a/nova/servers_action/shelve_offload.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "shelveOffload": null -} diff --git a/nova/servers_action/shelve_server.template b/nova/servers_action/shelve_server.template deleted file mode 100644 index 31b8970..0000000 --- a/nova/servers_action/shelve_server.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "shelve": null -} diff --git a/nova/servers_action/spice_console.template b/nova/servers_action/spice_console.template deleted file mode 100644 index faa002c..0000000 --- a/nova/servers_action/spice_console.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-getSPICEConsole": { - "type": "spice-html5" - } -} diff --git a/nova/servers_action/suspend.template b/nova/servers_action/suspend.template deleted file mode 100644 index e939416..0000000 --- a/nova/servers_action/suspend.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "suspend": null -} diff --git a/nova/servers_action/unlock.template b/nova/servers_action/unlock.template deleted file mode 100644 index d046883..0000000 --- a/nova/servers_action/unlock.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "unlock": null -} diff --git a/nova/servers_action/unpause.template b/nova/servers_action/unpause.template deleted file mode 100644 index f27cc4e..0000000 --- a/nova/servers_action/unpause.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "unpause": null -} diff --git a/nova/servers_action/unrescue.template b/nova/servers_action/unrescue.template deleted file mode 100644 index 76f381c..0000000 --- a/nova/servers_action/unrescue.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "unrescue": null -} diff --git a/nova/servers_action/unshelve.template b/nova/servers_action/unshelve.template deleted file mode 100644 index 7ed1afa..0000000 --- a/nova/servers_action/unshelve.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "unshelve": null -} diff --git a/nova/servers_action/vnc_console.template b/nova/servers_action/vnc_console.template deleted file mode 100644 index ec00367..0000000 --- a/nova/servers_action/vnc_console.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-getVNCConsole": { - "type": "novnc" - } -} diff --git a/nova/servers_admin/create_backup.template b/nova/servers_admin/create_backup.template deleted file mode 100644 index 452d97b..0000000 --- a/nova/servers_admin/create_backup.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "createBackup": { - "name": "Backup 1", - "backup_type": "daily", - "rotation": 1 - } -} diff --git a/nova/servers_admin/inject_network_info.template b/nova/servers_admin/inject_network_info.template deleted file mode 100644 index d5bd0fc..0000000 --- a/nova/servers_admin/inject_network_info.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "injectNetworkInfo": null -} diff --git a/nova/servers_admin/migrate.template b/nova/servers_admin/migrate.template deleted file mode 100644 index 6edbb9f..0000000 --- a/nova/servers_admin/migrate.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "migrate": null -} diff --git a/nova/servers_admin/migrate_live.template b/nova/servers_admin/migrate_live.template deleted file mode 100644 index 2df10f1..0000000 --- a/nova/servers_admin/migrate_live.template +++ /dev/null @@ -1,12 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-migrateLive": { - "host": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", - "block_migration": "auto", - "force": false - } -} diff --git a/nova/servers_admin/reset_network.template b/nova/servers_admin/reset_network.template deleted file mode 100644 index 45bd999..0000000 --- a/nova/servers_admin/reset_network.template +++ /dev/null @@ -1,8 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "resetNetwork": null -} diff --git a/nova/servers_admin/reset_state.template b/nova/servers_admin/reset_state.template deleted file mode 100644 index 7fa96af..0000000 --- a/nova/servers_admin/reset_state.template +++ /dev/null @@ -1,10 +0,0 @@ -POST /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/action HTTP/1.1 -Accept: application/json -Content-Type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "os-resetState": { - "state": "active" - } -} diff --git a/nova/servers_password/clear_password_delete.template b/nova/servers_password/clear_password_delete.template deleted file mode 100644 index 38370a8..0000000 --- a/nova/servers_password/clear_password_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-server-password HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/servers_password/show_password_get.template b/nova/servers_password/show_password_get.template deleted file mode 100644 index 3fa920f..0000000 --- a/nova/servers_password/show_password_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-server-password HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servers_virtual_interfaces/list_interfaces_get.template b/nova/servers_virtual_interfaces/list_interfaces_get.template deleted file mode 100644 index 6079151..0000000 --- a/nova/servers_virtual_interfaces/list_interfaces_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/os-virtual-interfaces HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| \ No newline at end of file diff --git a/nova/servertags/servertags_delete.template b/nova/servertags/servertags_delete.template deleted file mode 100644 index 526ad52..0000000 --- a/nova/servertags/servertags_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servertags/servertags_get.template b/nova/servertags/servertags_get.template deleted file mode 100644 index d33cdfc..0000000 --- a/nova/servertags/servertags_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags/{tag:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servertags/servertags_list.template b/nova/servertags/servertags_list.template deleted file mode 100644 index 2b7c8bb..0000000 --- a/nova/servertags/servertags_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servertags/servertags_one_delete.template b/nova/servertags/servertags_one_delete.template deleted file mode 100644 index 53b6afb..0000000 --- a/nova/servertags/servertags_one_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags/{tag:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servertags/servertags_one_put.template b/nova/servertags/servertags_one_put.template deleted file mode 100644 index 6c03a92..0000000 --- a/nova/servertags/servertags_one_put.template +++ /dev/null @@ -1,2 +0,0 @@ -PUT /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags/{tag:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/servertags/servertags_put.template b/nova/servertags/servertags_put.template deleted file mode 100644 index ae92667..0000000 --- a/nova/servertags/servertags_put.template +++ /dev/null @@ -1,7 +0,0 @@ -PUT /v2.1/servers/{server_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3}/tags HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "tags": ["tag1", "tag2"] -} \ No newline at end of file diff --git a/nova/services/services_delete.template b/nova/services/services_delete.template deleted file mode 100644 index e2c62ad..0000000 --- a/nova/services/services_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v2.1/os-services/{service_id:0} HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/services/services_disable_put.template b/nova/services/services_disable_put.template deleted file mode 100644 index 20d185e..0000000 --- a/nova/services/services_disable_put.template +++ /dev/null @@ -1,8 +0,0 @@ -PUT /v2.1/os-services/disable HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "host": "host1", - "binary": "nova-compute" -} \ No newline at end of file diff --git a/nova/services/services_disablelog_put.template b/nova/services/services_disablelog_put.template deleted file mode 100644 index 76d6760..0000000 --- a/nova/services/services_disablelog_put.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.1/os-services/disable HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "host": "host1", - "binary": "nova-compute", - "disabled_reason": "test2" -} diff --git a/nova/services/services_enable_put.template b/nova/services/services_enable_put.template deleted file mode 100644 index 48d54e2..0000000 --- a/nova/services/services_enable_put.template +++ /dev/null @@ -1,8 +0,0 @@ -PUT /v2.1/os-services/enable HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "host": "host1", - "binary": "nova-compute" -} \ No newline at end of file diff --git a/nova/services/services_forcedown_put.template b/nova/services/services_forcedown_put.template deleted file mode 100644 index f33df1b..0000000 --- a/nova/services/services_forcedown_put.template +++ /dev/null @@ -1,9 +0,0 @@ -PUT /v2.1/os-services/enable HTTP/1.1 -Content-type: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -{ - "host": "host1", - "binary": "nova-compute", - "forced_down": true -} diff --git a/nova/services/services_list.template b/nova/services/services_list.template deleted file mode 100644 index f86379d..0000000 --- a/nova/services/services_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-services HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/usagereports/usagereports_get.template b/nova/usagereports/usagereports_get.template deleted file mode 100644 index 61adf91..0000000 --- a/nova/usagereports/usagereports_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-simple-tenant-usage/{tenant_id:3aae1cc6-ceb9-44d6-a441-46fc016423a3} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/nova/usagereports/usagereports_list_get.template b/nova/usagereports/usagereports_list_get.template deleted file mode 100644 index 38cca1a..0000000 --- a/nova/usagereports/usagereports_list_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2.1/os-simple-tenant-usage HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/panko/get_events.template b/panko/get_events.template deleted file mode 100644 index 2ad2f61..0000000 --- a/panko/get_events.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/events HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/panko/get_specific_event.template b/panko/get_specific_event.template deleted file mode 100644 index ec8f8cd..0000000 --- a/panko/get_specific_event.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v2/events/{CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/solum/app_create.template b/solum/app_create.template deleted file mode 100644 index 4bb09f0..0000000 --- a/solum/app_create.template +++ /dev/null @@ -1,6 +0,0 @@ -POST /v1/apps HTTP/1.1 -Accept: */* -Content-Type: application/json -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - -{"description": "default app description.", "parameters": {}, "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|", "base_url": "/v1", "languagepack": "python", "source": {"repository": "https://github.com/openstack/syntribos.git", "revision": "master"}, "version": 1, "trigger_actions": ["build", "deploy"], "ports": [80], "workflow_config": {"test_cmd": "", "run_cmd": ""}} \ No newline at end of file diff --git a/solum/app_deploy.template b/solum/app_deploy.template deleted file mode 100644 index 6d18a54..0000000 --- a/solum/app_deploy.template +++ /dev/null @@ -1,6 +0,0 @@ -POST /v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778/workflows HTTP/1.1 -Accept: */* -Content-Type: application/json -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - -{"base_url": "/v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778", "actions": ["unittest", "build", "deploy"]} \ No newline at end of file diff --git a/solum/app_list.template b/solum/app_list.template deleted file mode 100644 index c985d80..0000000 --- a/solum/app_list.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/app_logs.template b/solum/app_logs.template deleted file mode 100644 index 6b20e71..0000000 --- a/solum/app_logs.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps/{e315c9f8-f6eb-4e15-95d0-099937d37778}/workflows HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/app_scale.template b/solum/app_scale.template deleted file mode 100644 index 97af701..0000000 --- a/solum/app_scale.template +++ /dev/null @@ -1,6 +0,0 @@ -POST /v1/apps/{e315c9f8-f6eb-4e15-95d0-099937d37778}/workflows HTTP/1.1 -Accept: */* -Content-Type: application/json -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - -{"scale_target": 2, "base_url": "/v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778", "actions": ["scale"]} \ No newline at end of file diff --git a/solum/app_show.template b/solum/app_show.template deleted file mode 100644 index 6b20e71..0000000 --- a/solum/app_show.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps/{e315c9f8-f6eb-4e15-95d0-099937d37778}/workflows HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/lp_create.template b/solum/lp_create.template deleted file mode 100644 index 895ca82..0000000 --- a/solum/lp_create.template +++ /dev/null @@ -1,6 +0,0 @@ -POST /v1/language_packs HTTP/1.1 -Accept: */* -Content-Type: application/json -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - -{"source_uri": "https://github.com/rackspace-solum-samples/solum-languagepack-python.git", "base_url": "/v1", "name": "CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|"} \ No newline at end of file diff --git a/solum/lp_delete.template b/solum/lp_delete.template deleted file mode 100644 index cc5a96d..0000000 --- a/solum/lp_delete.template +++ /dev/null @@ -1,4 +0,0 @@ -DELETE /v1/language_packs/java7 HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/lp_list.template b/solum/lp_list.template deleted file mode 100644 index 7c04842..0000000 --- a/solum/lp_list.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/language_packs HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/lp_logs.template b/solum/lp_logs.template deleted file mode 100644 index a3286ba..0000000 --- a/solum/lp_logs.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/language_packs/a509468a-baec-4b24-b1e6-b835a29f8b4d/logs HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/lp_show.template b/solum/lp_show.template deleted file mode 100644 index 85ada7b..0000000 --- a/solum/lp_show.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/language_packs/python HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/workflow_list.template b/solum/workflow_list.template deleted file mode 100644 index 79bac74..0000000 --- a/solum/workflow_list.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778/workflows HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/workflow_logs.template b/solum/workflow_logs.template deleted file mode 100644 index 32a8a25..0000000 --- a/solum/workflow_logs.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778/workflows/ca39b45a-e9fc-458e-bff7-acd360433599/logs HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/solum/workflow_show.template b/solum/workflow_show.template deleted file mode 100644 index 4dfcbb7..0000000 --- a/solum/workflow_show.template +++ /dev/null @@ -1,4 +0,0 @@ -GET /v1/apps/e315c9f8-f6eb-4e15-95d0-099937d37778/workflows/ca39b45a-e9fc-458e-bff7-acd360433599 HTTP/1.1 -Accept: */* -ACTION_FIELD:X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_token_v2:["user"]| - diff --git a/swift/accounts/account_head.template b/swift/accounts/account_head.template deleted file mode 100644 index 1ab0305..0000000 --- a/swift/accounts/account_head.template +++ /dev/null @@ -1,2 +0,0 @@ -HEAD /v1/{account:default} HTTP/1.1 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/account_list_json_get.template b/swift/accounts/account_list_json_get.template deleted file mode 100644 index 8a775e8..0000000 --- a/swift/accounts/account_list_json_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/{account:default} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/account_list_plain_get.template b/swift/accounts/account_list_plain_get.template deleted file mode 100644 index 3bf6447..0000000 --- a/swift/accounts/account_list_plain_get.template +++ /dev/null @@ -1,2 +0,0 @@ -GET /v1/{account:default}?format=plain HTTP/1.1 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/account_list_xml_get.template b/swift/accounts/account_list_xml_get.template deleted file mode 100644 index a922984..0000000 --- a/swift/accounts/account_list_xml_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/{account:default}?format=xml HTTP/1.1 -Accept: application/xml -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/account_metadata_create_post.template b/swift/accounts/account_metadata_create_post.template deleted file mode 100644 index 6553669..0000000 --- a/swift/accounts/account_metadata_create_post.template +++ /dev/null @@ -1,3 +0,0 @@ -POST /v1/{account:default} HTTP/1.1 -X-Account-Meta-Test: Test -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/account_metadata_delete_post.template b/swift/accounts/account_metadata_delete_post.template deleted file mode 100644 index 351c4bb..0000000 --- a/swift/accounts/account_metadata_delete_post.template +++ /dev/null @@ -1,3 +0,0 @@ -POST /v1/{account:default} HTTP/1.1 -X-Remove-Account-Meta-Test: Test -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/accounts/accounts_list_plain_header_get.template b/swift/accounts/accounts_list_plain_header_get.template deleted file mode 100644 index 1e0bc26..0000000 --- a/swift/accounts/accounts_list_plain_header_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/{account:default} HTTP/1.1 -Accept: text/xml -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/containers/containers_delete.template b/swift/containers/containers_delete.template deleted file mode 100644 index cc0e5a7..0000000 --- a/swift/containers/containers_delete.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/containers/containers_head.template b/swift/containers/containers_head.template deleted file mode 100644 index 6008371..0000000 --- a/swift/containers/containers_head.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/containers/containers_list.template b/swift/containers/containers_list.template deleted file mode 100644 index 60f214d..0000000 --- a/swift/containers/containers_list.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/containers/containers_metadata_create_post.template b/swift/containers/containers_metadata_create_post.template deleted file mode 100644 index 5e2fa3e..0000000 --- a/swift/containers/containers_metadata_create_post.template +++ /dev/null @@ -1,4 +0,0 @@ -POST /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Container-Meta-Test: Test diff --git a/swift/containers/containers_metadata_delete_post.template b/swift/containers/containers_metadata_delete_post.template deleted file mode 100644 index 802e7ba..0000000 --- a/swift/containers/containers_metadata_delete_post.template +++ /dev/null @@ -1,4 +0,0 @@ -POST /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Remove-Container-Meta-Test: Test diff --git a/swift/containers/containers_metadata_put.template b/swift/containers/containers_metadata_put.template deleted file mode 100644 index 8b9e1dc..0000000 --- a/swift/containers/containers_metadata_put.template +++ /dev/null @@ -1,4 +0,0 @@ -PUT /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Container-Meta-Test: Test diff --git a/swift/containers/containers_metadata_update_post.template b/swift/containers/containers_metadata_update_post.template deleted file mode 100644 index f8aa92a..0000000 --- a/swift/containers/containers_metadata_update_post.template +++ /dev/null @@ -1,5 +0,0 @@ -POST /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Container-Meta-Test: Test2 -X-Container-Meta-Test2: Test3 diff --git a/swift/containers/containers_permissions_put.template b/swift/containers/containers_permissions_put.template deleted file mode 100644 index 80f4169..0000000 --- a/swift/containers/containers_permissions_put.template +++ /dev/null @@ -1,6 +0,0 @@ -PUT /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Container-Meta-Test: Test -X-Container-Read: .r:* -X-Container-Write: .r:* \ No newline at end of file diff --git a/swift/containers/containers_put.template b/swift/containers/containers_put.template deleted file mode 100644 index 0c27770..0000000 --- a/swift/containers/containers_put.template +++ /dev/null @@ -1,4 +0,0 @@ -PUT /v1/{account:default}/{container:test} HTTP/1.1 -Accept: application/json -Content-Length: 0 -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/discoverability/info_get.template b/swift/discoverability/info_get.template deleted file mode 100644 index 0ff84a8..0000000 --- a/swift/discoverability/info_get.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /info HTTP/1.1 -Accept: application/json -X-Auth-Token: CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/endpoints/get_list_endpoints.template b/swift/endpoints/get_list_endpoints.template deleted file mode 100644 index 288ce4e..0000000 --- a/swift/endpoints/get_list_endpoints.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1 HTTP/1.1 -Accept: text/html -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/objects/delete_object.template b/swift/objects/delete_object.template deleted file mode 100644 index f5806a3..0000000 --- a/swift/objects/delete_object.template +++ /dev/null @@ -1,3 +0,0 @@ -DELETE /v1/{account:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{container:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{object:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: text/html -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/objects/get_object.template b/swift/objects/get_object.template deleted file mode 100644 index 5c6f6a2..0000000 --- a/swift/objects/get_object.template +++ /dev/null @@ -1,3 +0,0 @@ -GET /v1/{account:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{container:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{object:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: text/html -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/objects/head_object.template b/swift/objects/head_object.template deleted file mode 100644 index 15d82b5..0000000 --- a/swift/objects/head_object.template +++ /dev/null @@ -1,3 +0,0 @@ -HEAD /v1/{account:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{container:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{object:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: application/octet-stream -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| diff --git a/swift/objects/post_object.template b/swift/objects/post_object.template deleted file mode 100644 index 659e7b1..0000000 --- a/swift/objects/post_object.template +++ /dev/null @@ -1,5 +0,0 @@ -POST /v1/{account:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{container:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{object:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: text/html -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| -X-Object-Meta-Book:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]| - diff --git a/swift/objects/put_object.template b/swift/objects/put_object.template deleted file mode 100644 index 0ddeb8f..0000000 --- a/swift/objects/put_object.template +++ /dev/null @@ -1,6 +0,0 @@ -PUT /v1/{account:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{container:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|}/{object:CALL_EXTERNAL|syntribos.extensions.random_data.client:get_uuid:[]|} HTTP/1.1 -Accept: text/html -Content-Type: text/html -X-Auth-Token:CALL_EXTERNAL|syntribos.extensions.identity.client:get_scoped_token_v3:["user"]| - -"Hello World"