openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #22873
Grizzly: Metadata with Quantum Single Flat
Guys,
I'm trying to enable the metadata but, I doesn't work...
At first, the quantum-l3-agent wasn't installed, because I'm running
Quantum Single Flat, like this:
keystone tenant-list # To note the admin tenant id.
quantum net-create --tenant-id $ADMIN_TENTANT_ID sharednet1 --shared
--provider:network_type flat --provider:physical_network physnet1
quantum subnet-create --ip-version 4 --tenant-id $ADMIN_TENANT_ID
--gateway 10.33.14.1 sharednet1 10.33.14.0/24 --dns_nameservers
list=true 8.8.8.8 8.8.4.4
Now, I've installed quantum-l3-agent, to see it metadata work but, it
still doesn't work.
Any tips?!
Tks!
Thiago