can't import public SSH key in Public Instance
I want to test openstack on Dedicated server with OVH
[root@neutron ~]# ip netns
qdhcp-4468870e-3218-45d6-8811-14bf78b85b71
qdhcp-76629398-f33f-4811-845f-ebc1a69cac64
qrouter-0e7953fc-e40d-4795-a106-1b16b47acc3a
For demo subnet
[root@neutron ~]# ip netns exec qdhcp-76629398-f33f-4811-845f-ebc1a69cac64 ip a
11: tap8763a788-f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/ether fa:16:3e:33:69:a4 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.2/24 brd 10.0.0.255 scope global tap8763a788-f6
valid_lft forever preferred_lft forever
inet6 fe80::f816:3eff:fe33:69a4/64 scope link
valid_lft forever preferred_lft forever
[root@neutron ~]# ip netns exec qdhcp-76629398-f33f-4811-845f-ebc1a69cac64 route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
0.0.0.0 10.0.0.1 0.0.0.0 UG 0 0 0 tap8763a788-f6
10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tap8763a788-f6
i verify if my metadata service is working properly
[root@neutron ~]# ip netns exec qdhcp-76629398-f33f-4811-845f-ebc1a69cac64 curl http://169.254.169.254
1.0
2007-01-19
2007-03-01
2007-08-29
2007-10-10
2007-12-15
2008-02-01
2008-09-01
2009-04-04
For Ext-subnet
I buy public IP which are routed in my dedicated server
[root@neutron ~]# ip netns exec qdhcp-4468870e-3218-45d6-8811-14bf78b85b71 ip a
12: tapb7d508b9-c7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/ether fa:16:3e:19:0a:40 brd ff:ff:ff:ff:ff:ff
inet 51.2XX.XX.2/24 brd 51.XXX.XX.255 scope global tapb7d508b9-c7
valid_lft forever preferred_lft forever
inet6 fe80::f826:3eff:fe12:a40/64 scope link
valid_lft forever preferred_lft forever
[root@neutron ~]# ip netns exec qdhcp-4468870e-3218-45d6-8811-14bf78b85b71 route -n
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
0.0.0.0 51.2XX.XX.254 0.0.0.0 UG 0 0 0 tapb7d508b9-c7
51.2XX.XX.0 0.0.0.0 255.255.255.0 U 0 0 0 tapb7d508b9-c7
I can't get answer for this
[root@neutron ~]# ip netns exec qdhcp-4468870e-3218-45d6-8811-14bf78b85b71 curl http://169.254.169.254
curl: (7) Failed connect to 169.254.169.254:80; Connexion terminée par expiration du délai d'attente
[root@neutron ~]# ovs-vsctl show
62b97c5d-da05-412c-85dc-5c750ee0c009
Bridge br-int
fail_mode: secure
Port "tapb7d508b9-c7"
tag: 2
Interface "tapb7d508b9-c7"
type: internal
Port "qr-20ff9711-8a"
tag: 1
Interface "qr-20ff9711-8a"
type: internal
Port int-br-vlan
Interface int-br-vlan
type: patch
options: {peer=phy-br-vlan}
Port br-int
Interface br-int
type: internal
Port int-br-data
Interface int-br-data
type: patch
options: {peer=phy-br-data}
Port "tap8763a788-f6"
tag: 1
Interface "tap8763a788-f6"
type: internal
Bridge br-vlan
Port br-vlan
Interface br-vlan
type: internal
Port "eth1"
Interface "eth1"
Port phy-br-vlan
Interface phy-br-vlan
type: patch
options: {peer=int-br-vlan}
Bridge br-data
Port br-data
Interface br-data
type: internal
Port "eth2"
Interface "eth2"
Port phy-br-data
Interface phy-br-data
type: patch
options: {peer=int-br-data}
ovs_version: "2.3.1"