<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Hi Denis,
<div><br>
</div>
<div>I think this is a perfect time for you to review the spec for the glance metadata catalog <a href="https://review.openstack.org/#/c/98554/">https://review.openstack.org/#/c/98554/</a> and see if it fits your use case.</div>
<div>Also, we have a session tomorrow at 9:00am PST at the Glance meetup to discuss this topic. I think it would be useful if you could join (in person or remotely). Please see the details: <a href="https://wiki.openstack.org/wiki/Glance/JunoCycleMeetup">https://wiki.openstack.org/wiki/Glance/JunoCycleMeetup</a></div>
<div><br>
</div>
<div>Thank you,</div>
<div>Arnaud</div>
<div><br>
<div>
<div>On Jul 24, 2014, at 6:32 AM, Denis Makogon <<a href="mailto:dmakogon@mirantis.com">dmakogon@mirantis.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">Hello, Stackers.</span></div>
<br>
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">     I’d like to discuss the future of Trove metadata API. But
 first small history info (mostly taken for Trove medata spec, see [1]):</span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline;"><br>
</span>
<div style="margin-left:40px"><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline;">Instance metadata is a feature that
 has been requested frequently by our users. They need a way to store critical information for their instances and have that be associated with the instance so that it is displayed whenever that instance is listed via the API. This also becomes very usable
 from a testing perspective when doing integration/ci. We can utilize the metadata to store things like what process created the instance, what the instance is being used for, etc... The design for this feature is modeled heavily on the Nova metadata API with
 a few tweaks in how it works internally.</span><br>
<br>
</div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">   
</span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">And here comes conflict. Glance devs are working on “Glance
 Metadata Catalog” feature (see [2]). And as for me, we don’t have to</span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: italic; font-variant: normal; text-decoration: none; vertical-align: baseline;">
 “reinvent the wheel” for Trove. </span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">It seems that we would
 be able <br>
</span></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">to use Glance API to interact with   Metadata Catalog. And it seems
 to be redundant to write our own API for metadata CRUD operations.</span></div>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;text-align:justify">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">   
</span></p>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">   
</span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">From Trove perspective, we need to define a list concrete
 use cases for metadata usage (eg given goals at [1] are out of scope of Database program, etc.).
<br>
</span></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">From development and cross-project integration perspective, we
 need to delegate all development to Glance devs. But we still able to help Glance devs with this feature by taking active part in polishing proposed spec (see [2]).<br>
</span></div>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;text-align:justify">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">   
</span></p>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">   
</span><span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">Unfortunately, we’re(Trove devs) are on half way to metadata
 - patch for python-troveclient already merged. So, we need to consider deprecation/reverting of merged and block
<br>
</span></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">merging of proposed ( see [3]) patchsets in favor of Glance Metadata
 Catalog.</span></div>
<br>
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;"><br>
    Thoughts?</span><br>
<br>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">[1]
</span><a href="https://wiki.openstack.org/wiki/Trove-Instance-Metadata" style="text-decoration:none"><span style="font-size:15px;font-family:Arial;color:rgb(17,85,204);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline">https://wiki.openstack.org/wiki/Trove-Instance-Metadata</span></a></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">[2]
</span><a href="https://review.openstack.org/#/c/98554/11" style="text-decoration:none"><span style="font-size:15px;font-family:Arial;color:rgb(17,85,204);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline">https://review.openstack.org/#/c/98554/11</span></a></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">[3]
</span><a href="https://review.openstack.org/#/c/82123/" style="text-decoration:none"><span style="font-size:15px;font-family:Arial;color:rgb(17,85,204);background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:underline;vertical-align:baseline">https://review.openstack.org/#/c/82123/</span></a></div>
<br>
<br>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">Best regards,</span></div>
<div style="line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt; text-align: justify;">
<span style="font-size: 15px; font-family: Arial; background-color: transparent; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; vertical-align: baseline;">Denis Makogon</span></div>
</div>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev<br>
</blockquote>
</div>
<br>
</div>
</body>
</html>