You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
This document describes how to develop, build, package and install Apache CloudStack
2
-
(Incubating). For more information please refer to the project's website:
1
+
This document describes how to develop, build, package and install Apache
2
+
CloudStack. For more information please refer to:
3
3
4
4
http://cloudstack.apache.org
5
5
@@ -10,7 +10,7 @@ Refer to the [wiki](http://cwiki.apache.org/confluence/display/CLOUDSTACK/Index)
10
10
for the latest information, especially:
11
11
12
12
-[Setting up development environment](https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment) for Apache CloudStack.
Copy file name to clipboardExpand all lines: api/src/org/apache/cloudstack/api/BaseCmd.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -522,7 +522,7 @@ public Long finalyzeAccountId(String accountName, Long domainId, Long projectId,
522
522
returnproject.getProjectAccountId();
523
523
} else {
524
524
PermissionDeniedExceptionex = newPermissionDeniedException("Can't add resources to the project with specified projectId in state=" + project.getState() + " as it's no longer active");
0 commit comments