From 4eb8285b17307337cc5293590f819d9cfbc44f44 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 10 Sep 2020 16:45:43 +0200 Subject: [PATCH] Fix missing comment in swift storage policy code Change-Id: I3a3cccc5c26d6fb6991dd22e5bbe0cd255cb5790 --- .../static/app/core/openstack-service-api/swift.service.js | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js b/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js index 458bff487a..65741c9625 100644 --- a/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js +++ b/openstack_dashboard/static/app/core/openstack-service-api/swift.service.js @@ -148,6 +148,7 @@ * @name createContainer * @param {Object} container - The container * @param {boolean} isPublic - Whether the container should be public + * @param {string} policy - The storage policy for the container. * @description * Creates the named container with the is_public flag set to isPublic. * @returns {Object} The result of the creation call