We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7bc868 commit fe7db94Copy full SHA for fe7db94
openstack-examples/src/main/java/org/openstack/examples/ExamplesConfiguration.java
@@ -2,12 +2,12 @@
2
3
public class ExamplesConfiguration {
4
5
- public static final String KEYSTONE_AUTH_URL = "";
+ public static final String KEYSTONE_AUTH_URL = "http://identity.stacksherpa.org/v2.0";
6
7
public static final String KEYSTONE_USERNAME = "admin";
8
9
public static final String KEYSTONE_PASSWORD = "secret0";
10
11
- public static final String NOVA_ENDPOINT = "";
+ public static final String NOVA_ENDPOINT = "http://compute.stacksherpa.org/v2";
12
13
}
0 commit comments