Open nfisdev opened 4 years ago
I have continued working on this.
I found that I only got this error when using the QCOW image from this page https://cloudify.co/getting-started/
When I switched to a fresh CentOS7 image and installed the RPM package, I dont get this error any more, even with the same blueprints/inputs.
I think that there is something wrong with the build on the QCOW image, and it doesn't use the authentication credentials when talking to Openstack.
@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: user_domain_name }
does the error persist?
@EarthmanT
Thanks for getting back to me. The project_domain_name and user_domain_name according to these docs. https://docs.cloudify.co/5.0.0/working_with/official_plugins/infrastructure/openstackv3/
I have now used the docker manager image and the RPM package and I have not got this error on either.
@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 not have been the issue.
Sorry I took so long to get back to you on this. I am using Keystone V3.
I stopped having this problem when I switched from the provided QCOW image to the RPM image. I think it was something wrong with the QCOW image.
Hello guys, I am having the same problem with the clearwater blueprint, I proved with the hello-world blueprint and the credentials work. I am using the plugin version 2.14.18.
2020-06-21 17:03:43.544 CFY
Sorry I took so long to get back to you on this. I am using Keystone V3.
I stopped having this problem when I switched from the provided QCOW image to the RPM image. I think it was something wrong with the QCOW image.
@nfisdev could you please provide the procedure of converting Centos to RPM image. And uploading the image to openstack glance service?
Hello,
I am trying to get cloudify to talk to openstack. I have tried a number of ways but I always get an error saying the "request requires authentication".
I have provided credentials every time I have tried.
Here is my most recent attempt at a blueprint. All of the secrets in the inputs have been defined. I get the same error when I go through the GUI for creating deployments and also when I hard coded the values into the blueprint.
Here is the stack trace:
I have been working on this for a while and would greatly appreciate any help, i'm sure its something simple that I am missing.
I would be happy to provide any more information you require.