We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package org.openstack4j.core.transport.ClientConstants; public static final String PATH_TENANTS = "/auth/tenants";
to remove the "/auth": public static final String PATH_TENANTS = "/tenants";
The text was updated successfully, but these errors were encountered:
@wumingcheng this is been done; please use the snapshot version 3.0.1-SNAPSHOT
https://github.com/ContainX/openstack4j/blob/master/core/src/main/java/org/openstack4j/core/transport/ClientConstants.java
Sorry, something went wrong.
@vinodborole were you updated the 3.0.1-SNAPSHOT,the remote repository also has "/auth".
No branches or pull requests
package org.openstack4j.core.transport.ClientConstants;
public static final String PATH_TENANTS = "/auth/tenants";
to remove the "/auth":
public static final String PATH_TENANTS = "/tenants";
The text was updated successfully, but these errors were encountered: