rafaelweingartner commented on a change in pull request #2578: api: add command
to list management servers
URL: https://github.com/apache/cloudstack/pull/2578#discussion_r183343793
##########
File path: api/src/main/java/com/cloud/management/ManagementServerHost.java
##########
@@ -14,19 +14,23 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
-package com.cloud.cluster;
+package com.cloud.management;
public interface ManagementServerHost {
+ enum State {
+ Up, Starting, Down
Review comment:
sure we will, but bear in mind that we should create code only when it is
needed. Right now, the Down and Up state are enough.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services