Adam Terramel Weisbach
Adam Terramel Weisbach
#209 @geokala Would you like to review?
@nfisdev I have tried this on my vagrant machine and did not experience the error that you mentioned. IF you remove ``` project_domain_name: { get_input: project_domain_name } user_domain_name: { get_input:...
@nfisdev are you using Keystone V3 Auth URL? The way the docs are written it might be confusing that Openstack Plugin v3 is mentioned. I will update the docs....regardless may...
Keystone isn't really used in the openstack plugin. There is a class for the client, but it isn't called anywhere. All of the connections are handled by the Neutron, Cinder,...
@RachelShalom The best solution IMO is to serve the large text as a text file from a webserver, for example fast API: ```python PREPROMPT = """ Some crazy amount of...