Nikolay Mahotkin 4f8def5ca9 Adding LBaaS tile for Ops Manager
* Includes BOSH-release containing needed dependencies
 * Includes script for automatic packing the tile
 * Manually tested
 * Tile deletion leads to deletion of Murano env containing LBaaS
   (it is implemented as a separate job)

Change-Id: If48ce2e0cbc0b7712a520c01cd8f52529ccc23b5
2016-02-19 14:52:28 +03:00

8 lines
292 B
JSON

{
"auth_url": "<%= p('openstack.os_auth_url') %>",
"username": "<%= p('openstack.os_username') %>",
"password": "<%= p('openstack.os_password') %>",
"tenant_name": "<%= p('openstack.os_tenant_name') %>",
"keyname": "lbaas-generated",
"image_name": "<%= p('lbaas.image_name') %>"
}