Comment 5 for bug 1270761

Revision history for this message
Johannes Grassler (jgr-launchpad) wrote :

This does not appear to be a problem anymore. I just tested it with the original template on SuSE Cloud 6 (Liberty):

# heat stack-create -f net.template -P "net_name=テスト" stack1
+--------------------------------------+------------+--------------------+----------------------------+--------------+
| id | stack_name | stack_status | creation_time | updated_time |
+--------------------------------------+------------+--------------------+----------------------------+--------------+
| 1d508a87-60ec-4e7c-b226-cf478b150c6a | mynet | CREATE_COMPLETE | 2016-03-07T15:45:48.536322 | None |
| 6b3f3178-b9f0-4075-a434-be7733c8bb61 | stack1 | CREATE_IN_PROGRESS | 2016-03-08T15:08:26.590013 | None |
+--------------------------------------+------------+--------------------+----------------------------+--------------+
# heat resource-list stack1
+---------------+--------------------------------------+------------------+-----------------+----------------------------+
| resource_name | physical_resource_id | resource_type | resource_status | updated_time |
+---------------+--------------------------------------+------------------+-----------------+----------------------------+
| Net1 | 9961078b-60a4-412f-ba6f-df272af53752 | OS::Neutron::Net | CREATE_COMPLETE | 2016-03-08T15:08:26.810234 |
+---------------+--------------------------------------+------------------+-----------------+----------------------------+
# neutron net-list
+--------------------------------------+----------+-------------------------------------------------------+
| id | name | subnets |
+--------------------------------------+----------+-------------------------------------------------------+
| ed458ce2-ff8c-4ad6-9e74-0a1e69b53b54 | floating | da6667dc-2d6d-4933-b270-7620a36431ba 192.168.232.0/24 |
| 60b1a121-36a9-4a6d-87e6-1242fd54ae1b | justnet | |
| 747dfbb3-76c8-4069-8d99-dd494e106d24 | fixed | a9fed2fd-3082-4cab-a47d-a2336d22d5a3 192.168.123.0/24 |
| 9961078b-60a4-412f-ba6f-df272af53752 | テスト | |
+--------------------------------------+----------+-------------------------------------------------------+