The following is the script used to create internal document
# keystone tenant-create --name project_one
# keystone user-create --name=user_one --pass=user_one --tenant-id
$put_id_of_project_one --email=user_...@domain.com
# keystone user-role-add --user-id $user_id_of_user_one --tenant-id
$tenan
Ok, let's see if it can help you, just to you know, I have my controller
and network node at the same physical machine, and here is my quantum.conf:
[DEFAULT]
debug = True
verbose = True
lock_path = $state_path/lock
bind_host = 0.0.0.0
bind_port = 9696
core_plugin =
quantum.plugins.openvswitch.ovs
Hello Sam,
How is your quantum.conf configuration? I had this problem when I started
with openstack, let's see if I can help you.
Regards.
Guilherme.
2013/7/31 sam lee
> Hi all:
>
>I installed a three node openstack grizzly on rhel6.4, I can
> launch a instances successfully. but
Hi all:
I installed a three node openstack grizzly on rhel6.4, I can
launch a instances successfully. but the instances can not get fix ip.
[root@controller ~]# quantum router-list
+--+---+
this is quantum.conf on network node:
[DEFAULT]
verbose = True
sql_connection = mysql://quantum:quantum@100.10.10.51:3306@quantum
lock_path = $state_path/lock
bind_host = 0.0.0.0
bind_port = 9696
core_plugin =
quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
api_paste_config = api