Tempest plugin for the murano project.
Go to file
Paul Bourke 852935684b Make CinderVolume attachment info available
Make the 'attachments' attribute of OS::Cinder::Volume available in
MuranoPL.

Users can do the following in their applications:

  - For: blockDevice
    In: $this.instance.blockDevices
    Do:
      - For: attachment
        In: $blockDevice.volume.attachments
        Do:
          - $reporter.report($this, attachment.device)
          - $reporter.report($this, attachment.attachment_id)
          ...

Implements: blueprint devicename-from-volume-attachment
Change-Id: I2986efde085dd8029f2520cb5744e75f6a66f282
2017-04-13 10:32:21 +01:00
murano_tempest_tests Make CinderVolume attachment info available 2017-04-13 10:32:21 +01:00