The version in wily-proposed fixes the problem

Evidence:

$ heat stack-create -f minimal_portneutron.yaml minimal_portneutron
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
| id                                   | stack_name          | stack_status     
  | creation_time       | updated_time |
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
| 7a92cf83-8f89-4b0b-8630-f1bc51399bcf | minimal_portneutron | 
CREATE_IN_PROGRESS | 2016-05-12T16:59:24 | None         |
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
$ heat stack-list
+--------------------------------------+---------------------+-----------------+---------------------+--------------+
| id                                   | stack_name          | stack_status    
| creation_time       | updated_time |
+--------------------------------------+---------------------+-----------------+---------------------+--------------+
| 7a92cf83-8f89-4b0b-8630-f1bc51399bcf | minimal_portneutron | CREATE_COMPLETE 
| 2016-05-12T16:59:24 | None         |
+--------------------------------------+---------------------+-----------------+---------------------+--------------+
$ heat stack-create -f minimal_portnested.yaml minimal_portnested
ERROR: Failed to validate: : resources.port: : At least one of the following 
properties must be specified: network, network_id

# install heat from proposed

$ heat stack-create -f minimal_portnested.yaml minimal_portnested
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
| id                                   | stack_name          | stack_status     
  | creation_time       | updated_time |
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
| 7a92cf83-8f89-4b0b-8630-f1bc51399bcf | minimal_portneutron | CREATE_COMPLETE  
  | 2016-05-12T16:59:24 | None         |
| 9081062e-b6c9-42cd-8fe2-6f7fe2eade52 | minimal_portnested  | 
CREATE_IN_PROGRESS | 2016-05-12T17:03:16 | None         |
+--------------------------------------+---------------------+--------------------+---------------------+--------------+
$ heat stack-list
+--------------------------------------+---------------------+-----------------+---------------------+--------------+
| id                                   | stack_name          | stack_status    
| creation_time       | updated_time |
+--------------------------------------+---------------------+-----------------+---------------------+--------------+
| 7a92cf83-8f89-4b0b-8630-f1bc51399bcf | minimal_portneutron | CREATE_COMPLETE 
| 2016-05-12T16:59:24 | None         |
| 9081062e-b6c9-42cd-8fe2-6f7fe2eade52 | minimal_portnested  | CREATE_COMPLETE 
| 2016-05-12T17:03:16 | None         |
+--------------------------------------+---------------------+-----------------+---------------------+--------------+


** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1579891

Title:
  [SRU] Validating a stack fails as one nested stack can't find an id
  from another

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1579891/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to