Merge "Fix: Updating the constant in the Zun test."

This commit is contained in:
Zuul 2024-05-06 09:06:43 +00:00 committed by Gerrit Code Review
commit a1885de5df

View File

@ -62,8 +62,8 @@ export const settingUrl = '/configuration-admin/setting';
export const stackListUrl = '/heat/stack';
// zun
export const zunContainerListUrl = '/container/containers';
export const zunCapsuleListUrl = '/container/capsules';
export const zunContainerListUrl = '/container-service/containers';
export const zunCapsuleListUrl = '/container-service/capsules';
// manila
export const shareTypeListUrl = '/share/share-type-admin';