Fix glance json ingester api path

The /v2/ part previously ommitted. Added here.

Change-Id: I013d3c1e3dfa7f478a228d8d13af86ef37b3771b
This commit is contained in:
Eric K 2019-04-09 17:33:25 -07:00 committed by Eric Kao
parent c0d6c6c113
commit 8adf6535e1
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ api_endpoint: !ref glance_api_endpoint
tables:
images:
poll:
api_path: images
api_path: v2/images
api_method: get
jsonpath: $.images[:]
tasks:
poll:
api_path: tasks
api_path: v2/tasks
api_method: get
jsonpath: $.tasks[:]