Hi Rodolfo,

I am using neutron-linuxbridge-agent, and vlan networks for tenantsĀ 

Thanks

On Tue, Mar 15, 2022 at 9:45 AM Rodolfo Alonso Hernandez <ralonsoh@redhat.com> wrote:
Hello Ahmed:

What network backend are you using?

Regards.

On Tue, Mar 15, 2022 at 2:22 PM Ahmed Abdelhamid <ahmedabdelhamid1221@gmail.com> wrote:
Hi All,

I am running into a strange issue with the metadata service. Per metadata-service manual, the devices attached to a VM should be visible inĀ 


However, whenever i execute it from a VM , the devices array is empty and looks like this, any idea why ?

Thanks

{
   "random_seed": "yu5ZnkqF2CqnDZVAfZgarG...",
   "availability_zone": "nova",
   "keys": [
       {
         "data": "ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n",
         "type": "ssh",
         "name": "mykey"
       }
   ],
   "hostname": "test.novalocal",
   "launch_index": 0,
   "meta": {
      "priority": "low",
      "role": "webserver"
   },
   "devices": [ ],
   "project_id": "f7ac731cc11f40efbc03a9f9e1d1d21f",
   "public_keys": {
       "mykey": "ssh-rsa AAAAB3NzaC1y...== Generated by Nova\n"
   },
   "name": "test"
}