-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
openstack cli client (python-openstackclient) support? #509
Comments
Absolutely. In fact, we should really have an integration test that installs |
To be clear, in the past, Mimic did work with the openstack nova client; there is a screencast in https://lekhajee.github.io/mimic-workshop/ that demonstrates it working. It is intended to. I strongly suspect that an older version will work; but, of course, since we don't have test coverage for it, it broke. |
Thanks for reply. My question is cleared and I close this issue. |
Hi there, I have implemented the missing ressource at at /identiy/v2.0 and also the same for nova /compute/v2 for my need. Would you be interested if I commit it ? It has tests coverage. |
@Benjamin91300 PRs are always welcome |
2019-10-04 03:45:14,604 - ERROR - No handlers could be found for logger "keystoneauth.identity.generic.base" |
@Benjamin91300 Could you please help ? |
I suppose there are many application using ostack referring python-openstackclient implementation.
However currently this cli client failed to use for mimic as following:
this is caused by there is no resource at /identiy/v2.0.
As I put a resource definition at this point experimentally, mimic responds error after this interaction.
Does this project include openstack cli client (python-openstackclient) as a scope?
If no, let me ask a request to make python-openstackclient works.
The text was updated successfully, but these errors were encountered: