Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fe7db94

Browse filesBrowse files
committed
xxx
1 parent b7bc868 commit fe7db94
Copy full SHA for fe7db94

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: openstack-examples/src/main/java/org/openstack/examples/ExamplesConfiguration.java
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.