Comment 10 for bug 1543102

Revision history for this message
Ekaterina Shutova (eshutova) wrote :

Verified on MOS 7.0 + MU6 updates.

Checked scenarios of creation networks and images with "Тест1" name(creation of instances works correctly, nova is not affected):

Before we can't check network list(or image list):
root@node-4:~# neutron net-list
'ascii' codec can't encode characters in position 586-591: ordinal not in range(128)
With fix we could see both:
root@node-4:~# neutron net-list
+--------------------------------------+-----------+-------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+-----------+-------------------------------------------------------+
| 9d9ffa39-60ec-4772-9a4f-2993baa1200e | net04_ext | 7f01d955-00ba-49d8-893b-8cdcede356a4 10.109.13.0/24 |
| 15632d15-fa5a-466c-872a-fc4c6545528d | net04 | b93e72d6-a589-41b1-a6a1-4e658d7b066a 192.168.111.0/24 |
| 512d11e5-8868-43e3-a4ea-c74d0d30c95a | аврора | |
+--------------------------------------+-----------+-------------------------------------------------------+
root@node-4:~# glance image-list
+--------------------------------------+--------+-------------+------------------+----------+--------+
| ID | Name | Disk Format | Container Format | Size | Status |
+--------------------------------------+--------+-------------+------------------+----------+--------+
| 8197dd90-0e59-4c40-a2a4-02d14f0338cb | TestVM | qcow2 | bare | 13287936 | active |
| 8f6af932-e9bc-4173-8a79-96b1661c0885 | тест1 | qcow2 | bare | 8318 | active |
+--------------------------------------+--------+-------------+------------------+----------+--------+

Small comment: in openrc file LC_ALL=C is not present, but we need to unset in manually by "unset LC_ALL=C" because SSH forwards it from server to master node and then to controller.