Comment 2 for bug 1528620

Revision history for this message
Sergey Abramov (sabramov) wrote :

I removed this check. It seems to me, that this is resolve my problem.

[root@fuel ~]# nailgun_fixtures
2015-12-22 16:23:29.378 DEBUG [7fb0b65dc740] (settings) Looking for settings.yaml package config using old style __file__
2015-12-22 16:23:29.379 DEBUG [7fb0b65dc740] (settings) Trying to read config file /usr/lib/python2.7/site-packages/nailgun/settings.yaml
2015-12-22 16:23:29.573 DEBUG [7fb0b65dc740] (settings) Trying to read config file /etc/nailgun/settings.yaml
/usr/lib64/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'This option will install ...'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib64/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'Kilo on CentOS 6.5'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
/usr/lib64/python2.7/site-packages/sqlalchemy/sql/sqltypes.py:185: SAWarning: Unicode type received non-unicode bind param value 'Kilo on Ubuntu 14.04'. (this warning may be suppressed after 10 occurrences)
  (util.ellipses_string(value),))
2015-12-22 16:23:30.552 INFO [7fb0b65dc740] (fixman) Fixture has been uploaded from file: /usr/lib/python2.7/site-packages/nailgun/fixtures/openstack.yaml
2015-12-22 16:23:30.557 INFO [7fb0b65dc740] (fixman) Fixture has been uploaded from file: /usr/lib/python2.7/site-packages/nailgun/fixtures/start_notification.json
2015-12-22 16:23:30.575 INFO [7fb0b65dc740] (fixman) Fixture has been uploaded from file: /usr/lib/python2.7/site-packages/nailgun/fixtures/admin_network.json
[root@fuel ~]# vi /usr/lib/python2.7/site-packages/nailgun/db/sqlalchemy/fixman.py
[root@fuel ~]# fuel release
id | name | state | operating_system | version
---|----------------------|-------------|------------------|-------------
4 | Kilo on Ubuntu 14.04 | available | Ubuntu | 2015.1.0-8.0
3 | Kilo on CentOS 6.5 | unavailable | CentOS | 2015.1.0-8.0
2 | Kilo on Ubuntu 14.04 | manageonly | Ubuntu | 2015.1.0-7.0
1 | Kilo on CentOS 6.5 | unavailable | CentOS | 2015.1.0-7.0