First time here? Check out the FAQ!
2014-06-05 08:21:29 -0600 | received badge | ● Famous Question (source) |
2014-02-24 00:05:54 -0600 | received badge | ● Notable Question (source) |
2014-02-23 16:54:36 -0600 | received badge | ● Popular Question (source) |
2014-02-23 13:50:42 -0600 | commented question | Why we can only create one nove-compute per machine ? I want to run multiple hypovisors per machine for testing purpose with minimum hardware cost. The question is I don't know what will go wrong if I hack the code. |
2014-02-23 12:55:39 -0600 | received badge | ● Editor (source) |
2014-02-23 12:54:01 -0600 | asked a question | Why we can only create one nove-compute per machine ? I noticed that a global variable _launcher in https://github.com/openstack/nova/blob/master/nova/service.py (service.py) prevents us from creating multiple same services per machine. However, if we hacked the code the modify this, we can create multiple same services per machine. Are there any concerns here to prevent us doing so? Or in other word, what unexpected event will happen if we change that ? Thank you in advance. |