New Question

sl-alex's profile - activity

2016-02-25 15:20:20 +0200 received badge  Famous Question (source)
2016-01-25 17:22:15 +0200 received badge  Notable Question (source)
2016-01-25 17:22:15 +0200 received badge  Popular Question (source)
2015-11-26 15:30:24 +0200 received badge  Taxonomist
2015-09-28 17:43:48 +0200 received badge  Famous Question (source)
2015-09-28 17:43:48 +0200 received badge  Notable Question (source)
2015-07-07 06:07:13 +0200 received badge  Popular Question (source)
2015-05-21 20:41:07 +0200 received badge  Organizer (source)
2015-05-21 20:38:22 +0200 asked a question nova-compute terminate unexpectedly

I have installed openstack Hyper-V nova compute with HyperVNovaCompute_Beta.msi (Kilo) in my windows server 2012 R2 Hyper-V enabled machine. The installer worked fine and finished successfully. But whenever I am trying to start the nova service with 'net start nova-compute' command It is giving the following error :

The OpenStack Nova Compute Service service is starting..

The OpenStack Nova Compute Service service could not be started.

A system error has occured.

System error 1067 has occured.

The process terminated unexpectadly.

In Windows Log: neutron-hyperv-agent Child process ended

The folder for nova log's is empty

2015-05-19 23:38:37 +0200 asked a question v-magine installation fail with AsyncLoopThread list index out of range

Hi! I'm try to install v-magine on windows 8.1 with Hyper-V

The virtual switch already created and used by others VM (now stopped).

After setting password, network and providing paasword for host credenfials, i try to press "Next" (my virtual switch is selected right) then i received following error: list index out of range.

Details from log:

2015-05-19 23:10:23,989 DEBUG stackinabox.virt.hyperv __init__ 36 8804 AsyncLoopThread Initializing HyperVDriver
2015-05-19 23:10:24,035 DEBUG stackinabox.virt.hyperv create_vswitch 127 8804 AsyncLoopThread create_vswitch called. v-magine-internal
2015-05-19 23:10:24,035 DEBUG stackinabox.virt.hyperv create_vswitch 217 8804 AsyncLoopThread create_vswitch called. vswitch_name: v-magine-internal, external_port_name: None, create_internal_port: True
2015-05-19 23:10:24,188 ERROR logging error 1596 8804 AsyncLoopThread list index out of range
Traceback (most recent call last):
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 666, in deploy_openstack
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.worker", line 208, in _deploy_openstack_vm
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.actions", line 460, in create_vswitches
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.virt.hyperv.driver", line 129, in create_vswitch
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\stackinabox.virt.hyperv.netutilsv2", line 249, in create_vswitch
IndexError: list index out of range
2015-05-19 23:10:24,188 ERROR logging error 1596 8804 AsyncLoopThread list index out of range
2015-05-19 23:10:24,190 ERROR logging error 1596 8804 AsyncLoopThread Exception in callback <Task finished coro=<coro() done, defined at C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\trollius.coroutines:257> result=False>()
2015-05-19 23:10:24,190 ERROR logging error 1596 8804 AsyncLoopThread 'Task' object is not callable
Traceback (most recent call last):
  File "C:\Dev\StackInABox\build\stackinabox\out00-PYZ.pyz\trollius.events", line 151, in _run
TypeError: 'Task' object is not callable
2015-05-17 20:37:15 +0200 answered a question OpenStack nodes as virtual machines on Hyper-V, issue setting promiscuous mode, unable to ping from external network

Hi! i was take this environment too, and meet this problem too. I'm solve this problem by turning on "MAC adress spoofing" on ethernet adapter for external network in parameters of the VM. All other options is leave by default. After that external networking is working fine.