You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Went to define a cloud on the quads2.0 host, allowed me to define the cloud but gave the following traceback when adding the schedule to the hosts using the following command: quads --host-list 3464 --add-schedule --schedule-start "2024-05-10 15:00" --schedule-end "2024-05-12 22:00" --schedule-cloud cloud04
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/quads/cli/cli.py", line 1238, in action_add_schedule
self.quads.insert_schedule(data)
File "/usr/lib/python3.11/site-packages/quads/quads_api.py", line 224, in insert_schedule
return self.post("schedules", data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/quads/quads_api.py", line 66, in post
raise APIBadRequest(response_json.get("message"))
quads.quads_api.APIBadRequest: No active assignment for cloud: cloud04
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/quads", line 33, in <module>
sys.exit(load_entry_point('quads==2.0', 'console_scripts', 'quads')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/quads/cli/main.py", line 63, in main
return qcli.run(
^^^^^^^^^
File "/usr/lib/python3.11/site-packages/quads/cli/cli.py", line 63, in run
return action_meth()
^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/quads/cli/cli.py", line 1240, in action_add_schedule
raise CliException(str(ex))
quads.exceptions.CliException: No active assignment for cloud: cloud04
The text was updated successfully, but these errors were encountered:
QuantumPosix
changed the title
Scheduling new cloud is stating No Active Assignments for cloud04
[Bug] - Scheduling new cloud is stating No Active Assignments for cloud04
May 10, 2024
rpm -qa | grep quads
and/orquads-cli --version
): quads 2.0 (currently it is displaying"QUADS version 1.1.7 gaucho"
Describe the bug
Went to define a cloud on the quads2.0 host, allowed me to define the cloud but gave the following traceback when adding the schedule to the hosts using the following command:
quads --host-list 3464 --add-schedule --schedule-start "2024-05-10 15:00" --schedule-end "2024-05-12 22:00" --schedule-cloud cloud04
The text was updated successfully, but these errors were encountered: