Dear Blomp,
What you describe is correct, I followed and double checked all those steps.
It seems like the Hyper Backup tooling is contacting BLOMP in order to 'receive' the containers that are available for usage. Considering that possibly BLOMP doesn't provide this information, the setup stalls.
When I change (in the code through inspect elements) the dropdown box to a fillout form by editing some HTML to:
Code: Select all
<input type="text" size="20" autocomplete="off" id="ext-comp-2716" name="create_key" syno-ext-id="ext-comp-2716" class="x-form-text x-form-field syno-ux-textfield" aria-describedby="ext-gen5709" aria-readonly="false" aria-required="true" aria-disabled="false" aria-level="2" aria-labelledby="ext-gen5708" style="width: 246px;" aria-invalid="false">
It works and I can basically inject the container name rather than using the dropdown.
Now a solution would be as far as I know either:
A) Synology changes this dropdown box to a fillout form
B) You guys provide once by API requested the container names that are available rather than that the user should supply them
I have no further openstack (api) knowledge so IDK if (B) is possible and a business decision from your side.
Anyway, hope this info helps, thanks for looking into it!