Without looking at code, that's probably the magic name generated on the fly based on the instance_name_template config setting. It's not stored in the DB. It's built based on other attributes of the instance (by default I believe it's still the primary key (id) of that row in the DB).
> On Apr 23, 2014, at 1:10 AM, Reza Bakhshayeshi <[email protected]> wrote: > > Thanks Chris for your reply, > but I meant the "OS-EXT-SRV-ATTR:instance_name" row in "nova show <instance > uuid>" result. > > >> On 23 April 2014 12:20, Chris Behrens <[email protected]> wrote: >> In the DB, that should be the display_name column of instances table. >> >> - Chris >> >>> On Apr 22, 2014, at 11:56 PM, Reza Bakhshayeshi <[email protected]> >>> wrote: >>> >>> Hi, >>> >>> How I can find the "instance_name" in database? >>> (it appears in the result of nova show) >>> I have checked the instances table in nova database but I couldn't find it. >>> >>> Thanks, >>> Reza >>> _______________________________________________ >>> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >>> Post to : [email protected] >>> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
