X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwlaunchpad%2Fplugins%2Fyang%2Frw-launchpad.yang;h=0adaee9d21441c9b2aab5babebe2abbdcc957777;hb=135dc82de12705db88cf05be145191bdfc6fa957;hp=37a9c85dcddd265aec9a4b1f01286d7910e9e45f;hpb=6f07e6f33f751ab4ffe624f6037f887b243bece2;p=osm%2FSO.git diff --git a/rwlaunchpad/plugins/yang/rw-launchpad.yang b/rwlaunchpad/plugins/yang/rw-launchpad.yang index 37a9c85d..0adaee9d 100644 --- a/rwlaunchpad/plugins/yang/rw-launchpad.yang +++ b/rwlaunchpad/plugins/yang/rw-launchpad.yang @@ -1,6 +1,6 @@ /* - * + * * Copyright 2016 RIFT.IO Inc * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -92,6 +92,15 @@ module rw-launchpad import rw-image-mgmt { prefix "rw-image-mgmt"; } + + import rw-pkg-mgmt { + prefix "rw-pkg-mgmt"; + } + + + import mano-types { + prefix "manotypes"; + } revision 2015-09-14 { description @@ -104,18 +113,18 @@ module rw-launchpad rwpb:msg-new DataCenters; config false; - list cloud-accounts { + list ro-accounts { description "A list of OpenMano cloud accounts that have data centers associated with them"; - rwpb:msg-new CloudAccount; + rwpb:msg-new ROAccount; key "name"; leaf name { description "The name of the cloud account"; type leafref { - path "/rw-cloud:cloud/rw-cloud:account/rw-cloud:name"; + path "/rw-launchpad:resource-orchestrator/rw-launchpad:name"; } }