cloudstack/server/src/com/cloud/consoleproxy
Will Stevens 6a6e164448 Merge pull request #1360 from greenqloud/pr-refactor-system-vm-network-creation
Refactor system VM default network creationTwo small commits which moves the retrieval of the default network for the console proxy and the SSVM into a separate protected method. It's a small change that makes the code more readable/maintainable and also makes the class more suitable for overriding should one want to do this. It's forward-ported from our 4.2 branch.

No new tests since this should not change any functionality, and thus should be covered by the existing unit tests.

Now on the master branch (#1359 was on the wrong branch).

* pr/1360:
  Refactor ssvm default network retrieval.
  Refactor console proxy default network retrieval.

Signed-off-by: Will Stevens <williamstevens@gmail.com>
2016-05-25 23:03:32 -04:00
..
AgentBasedConsoleProxyManager.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
AgentBasedStandaloneConsoleProxyManager.java Add Javadoc to AgentBasedStandaloneConsoleProxyManager 2015-12-04 10:36:16 -02:00
AgentHook.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
AgentHookBase.java Avoid distributing private key for realhostip.com 2015-03-13 15:02:27 +05:30
ConsoleProxyAlertEventArgs.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ConsoleProxyBalanceAllocator.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00
ConsoleProxyListener.java CLOUDSTACK-8813: Notify listeners when a host has been added to a cluster, is about to be removed from a cluster, or has been removed from a cluster 2016-05-11 08:02:46 -06:00
ConsoleProxyManagementState.java Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
ConsoleProxyManager.java CLOUDSTACK-8282: startSystemVM should override consoleproxy.start setting 2015-02-25 14:30:13 +05:30
ConsoleProxyManagerImpl.java Merge pull request #1360 from greenqloud/pr-refactor-system-vm-network-creation 2016-05-25 23:03:32 -04:00
ConsoleProxyService.java QuickCloud: we moved the SecondaryStorageDiscoverer from the com.cloud package to the org.apache.cloudstack package 2013-04-09 14:45:27 -07:00
StaticConsoleProxyManager.java Removed unnecessary @Local annotations and their respective imports from the ComponentLifecycleBase class and its subclasses. 2015-11-21 18:31:11 -02:00