Skip to content

Commit 0ca0923

Browse files
author
Clark Perkins
committed
Missing paginate
1 parent 4404f75 commit 0ca0923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdio/client/blueprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def search_blueprints(self, **kwargs):
7171
def delete_blueprint(self, blueprint_id):
7272
pass
7373

74-
@get('blueprints/{blueprint_id}/host_definitions/')
74+
@get('blueprints/{blueprint_id}/host_definitions/', paginate=True)
7575
def get_blueprint_host_definitions(self, blueprint_id):
7676
pass
7777

0 commit comments

Comments
 (0)