Skip to content

Commit fe7db94

Browse files
committed
xxx
1 parent b7bc868 commit fe7db94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openstack-examples/src/main/java/org/openstack/examples/ExamplesConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
public class ExamplesConfiguration {
44

5-
public static final String KEYSTONE_AUTH_URL = "";
5+
public static final String KEYSTONE_AUTH_URL = "http://identity.stacksherpa.org/v2.0";
66

77
public static final String KEYSTONE_USERNAME = "admin";
88

99
public static final String KEYSTONE_PASSWORD = "secret0";
1010

11-
public static final String NOVA_ENDPOINT = "";
11+
public static final String NOVA_ENDPOINT = "http://compute.stacksherpa.org/v2";
1212

1313
}

0 commit comments

Comments
 (0)