← Back to team overview

openstack team mailing list archive

Re: [Quantum] Quantum servers fails to start

 

Thanks!

Edgar

-----Original Message-----
From: Aaron Rosen [mailto:arosen@xxxxxxxxxx] 
Sent: Tuesday, July 17, 2012 6:28 PM
To: Edgar Magana (eperdomo)
Cc: openstack@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Openstack] [Quantum] Quantum servers fails to start

Hi Edgar,

The easiest thing to do right now is to delete the following line from your quantum.conf (And any line that does not have anything after the '=' ).

api_extensions_path =

Alternatively, you could apply the following patch:
https://review.openstack.org/#/c/9892/

Thanks,

Aaron



On Tue, Jul 17, 2012 at 3:50 PM, Edgar Magana (eperdomo) <eperdomo@xxxxxxxxx> wrote:
> Team,
>
>
>
> Does anyone know why Quantum is failing to start?
>
>
>
> python bin/quantum-server
>
> Traceback (most recent call last):
>
>   File "bin/quantum-server", line 24, in <module>
>
>     server()
>
>   File "/opt/stack/quantum/quantum/server/__init__.py", line 34, in 
> main
>
>     config.parse(sys.argv)
>
>   File "/opt/stack/quantum/quantum/common/config.py", line 53, in 
> parse
>
>     version='%%prog %s' % version_string())
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 
> 1020, in __call__
>
>     self._parse_config_files()
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 
> 1436, in _parse_config_files
>
>     read_ok = self._cparser.read(config_files)
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 885, 
> in read
>
>     parser.parse()
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 852, 
> in parse
>
>     return super(ConfigParser, self).parse(f)
>
>   File "/opt/stack/quantum/quantum/openstack/common/iniparser.py", 
> line 93, in parse
>
>     key, value = self._split_key_value(line)
>
>   File "/opt/stack/quantum/quantum/openstack/common/iniparser.py", 
> line 56, in _split_key_value
>
>     if value[0] == value[-1] and value[0] == "\"" or value[0] == "'":
>
> IndexError: string index out of range
>
>
>
> Thanks,
>
>
>
> Edgar
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>


References