<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Buenas,<div><br></div><div>Soy nuevo en openstack. He desplegado los componentes de openstack nova-network nova-compute, horizon, glance y todos los dependientes para que estos funcionen. Aparentemente todo funciona correctamente. Excepto cuando intento crear una instancia. He usado la imagen cirros-0.3.3-x86_64 de prueba que openstack recomienda en su documentación. La versión de openstack en la que me estoy basando es Juno sobre debían Jessie.</div><div><br></div><div>Cuando intento desplegar una instancia con la imagen de cirros obtengo el siguiente error en el log:</div><div><br></div><div><h3 style="margin: 0px; text-rendering: optimizelegibility; line-height: 27px; font-size: 18px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; "><font color="#5e30eb">Vista general de instancias</font></h3><div class="status row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Info</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Nombre</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">vm03</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">ID</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">93a94820-3c48-42d2-893c-26a2b0aaf151</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Estado</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">Error</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Zona de disponibilidad</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">nova</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Creada</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">31 de Diciembre de 2014 a las 18:45</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Tiempo de encendido</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">0 minutos</font></dd></dl></div><div class="status row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Fallo</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Mensaje</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">Remote error: UnicodeDecodeError 'ascii' codec can't decode byte 0xc3 in position 673: ordinal not in range(128) [u'Traceback (most recent call last):\n', u' File "/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/dispatcher.py", line 133, in _dispatch</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Código</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">500</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Detalles</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 290, in decorated_function return function(self, context, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2111, in run_instance do_run_instance() File "/usr/lib/python2.7/dist-packages/nova/openstack/common/lockutils.py", line 249, in inner return f(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2110, in do_run_instance legacy_bdm_in_spec) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1224, in _run_instance notify("error", fault=e) # notify that build failed File "/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py", line 68, in __exit__ six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1208, in _run_instance instance, image_meta, legacy_bdm_in_spec) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1372, in _build_instance filter_properties, bdms, legacy_bdm_in_spec) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1418, in _reschedule_or_error self._log_original_error(exc_info, instance_uuid) File "/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py", line 68, in __exit__ six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1413, in _reschedule_or_error bdms, requested_networks) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2158, in _shutdown_instance self._try_deallocate_network(context, instance, requested_networks) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2122, in _try_deallocate_network self._set_instance_error_state(context, instance['uuid']) File "/usr/lib/python2.7/dist-packages/nova/openstack/common/excutils.py", line 68, in __exit__ six.reraise(self.type_, self.value, self.tb) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 2117, in _try_deallocate_network self._deallocate_network(context, instance, requested_networks) File "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 1792, in _deallocate_network context, instance, requested_networks=requested_networks) File "/usr/lib/python2.7/dist-packages/nova/network/api.py", line 101, in wrapped return func(self, context, *args, **kwargs) File "/usr/lib/python2.7/dist-packages/nova/network/api.py", line 351, in deallocate_for_instance requested_networks=requested_networks) File "/usr/lib/python2.7/dist-packages/nova/network/rpcapi.py", line 190, in deallocate_for_instance return cctxt.call(ctxt, 'deallocate_for_instance', **kwargs) File "/usr/lib/python2.7/dist-packages/oslo/messaging/rpc/client.py", line 150, in call wait_for_reply=True, timeout=timeout) File "/usr/lib/python2.7/dist-packages/oslo/messaging/transport.py", line 90, in _send timeout=timeout) File "/usr/lib/python2.7/dist-packages/oslo/messaging/_drivers/amqpdriver.py", line 412, in send return self._send(target, ctxt, message, wait_for_reply, timeout) File "/usr/lib/python2.7/dist-packages/oslo/messaging/_drivers/amqpdriver.py", line 405, in _send raise result</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Creada</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">31 de Diciembre de 2014 a las 18:45</font></dd></dl></div><div class="specs row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Especificaciones</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Sabor</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">m1.small</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">RAM</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">2GB</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">VCPU</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">1 VCPU</font></dd><dt style="font-weight: bold; "><font color="#5e30eb">Disco</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">8GB</font></dd></dl></div><div class="addresses row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Direcciones IP</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Demo-Net</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">192.168.30.2</font></dd></dl></div><div class="security_groups row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Grupos de seguridad</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">default</font></dt><dd style="margin-left: 9px; "><ul style="padding: 0px; margin: 0px; list-style: none;"><li><em><font color="#5e30eb">No hay reglas definidas.</font></em></li></ul></dd></dl></div><div class="meta row-fluid detail" style="width: 1024px; margin: 10px 0px 20px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Meta</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Nombre de la clave</font></dt><dd style="margin-left: 9px; "><em><font color="#5e30eb">Ninguno</font></em></dd><dt style="font-weight: bold; "><font color="#5e30eb">Nombre de la imagen</font></dt><dd style="margin-left: 9px; "><font color="#5e30eb">cirros-0.3.3-x86_64</font></dd></dl></div><div class="volumes row-fluid detail" style="width: 1024px; margin: 10px 0px 0px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; "><h4 style="margin: 0px; text-rendering: optimizelegibility; font-size: 14px; "><font color="#5e30eb">Volúmenes asociados</font></h4><hr class="header_rule" style="margin: 0px 0px 10px; border-right-width: 0px; border-left-width: 0px; border-top-style: solid; border-top-color: rgb(238, 238, 238); border-bottom-style: solid; border-bottom-color: rgb(255, 255, 255); "><dl style="margin-bottom: 18px;"><dt style="font-weight: bold; "><font color="#5e30eb">Volumen</font></dt><dd style="margin-left: 9px; "><em><font color="#5e30eb">No hay volúmenes asociados</font></em></dd></dl></div><div><br></div></div><div><br></div><div>** El error se produce tanto al intentar crear la instancia desde la consola como desde la interfaz de Horizon. Adjunto sólo el log de la interfaz de Horizon ya que es más legible.</div><div><br></div><div>Como se trata de un error de code adjunto el charset que estoy utilizando en los servidores de Debian sobre los que corre OpenStack:</div><div>LANG="es_ES.UTF-8"</div><div><br></div><div>¿Alguien ha tenido este error y/o se le ocurre algo que pueda arrojar luz al asunto?</div><div><br></div><div>Muchas gracias, felices fiestas y próspero año 2015 :)</div><div><br></div><div>Un saludo!</div></body></html>