In Mitaka Bay stuck in Create_IN_Progress state and conductor gives error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
New
|
Undecided
|
Prateek khushalani |
Bug Description
I manually installed Magnum-api and Magnum-conductor services on Openstack Mitaka enviornment. It had the following components pre-installed :-
1. Cinder
2. Neutron-lbaas
The baymodel got created successfully and when I tried to craete the a kubernetes bay following happened:-
1. Kube-master VM got created.
2. Loadbalancer VIP got created
3. Health-checks on port 2379 got created(ETCD) service
I was able to login to the VM and even tried to run kubectl commands it was working. However the status of the bay in "magnum bay-list is stuck in CREATE-
After checking the logs the magnum conductor gave this error :-
-------
2016-12-29 23:39:52.615 18042 DEBUG keystoneclient.
2016-12-29 23:39:52.616 18042 WARNING magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.616 18042 ERROR magnum.
2016-12-29 23:39:52.672 18042 DEBUG heatclient.
2016-12-29 23:39:52.754 18042 DEBUG heatclient.
-------
Here is the magnum.conf for refference:-
-------
[DEFAULT]
transport_url = rabbit:
debug=true
verbose=true
periodic_
pybasedir = /usr/lib/
bindir = /usr/bin
state_path = /var/lib/magnum
[api]
host = 10.10.10.10
[certificates]
cert_manager_type = local
[cinder_client]
region_name = RegionOne
[database]
connection = mysql+pymysql:
[keystone_
auth_version = v3
auth_uri = http://
auth_url = http://
memcached_servers = controller:11211
auth_type = password
project_domain_name = default
user_domain_name = default
project_name = service
username = magnum
password = password
[oslo_concurrency]
lock_path = /var/lock/magnum
[oslo_messaging
driver = messaging
[oslo_messaging
rabbit_host = 10.10.10.10
rabbit_userid = openstack
rabbit_password = password
[trust]
trustee_domain_name = magnum
trustee_domain_id = 8b673a7e21f7458
trustee_
trustee_
trustee_
-------
It seems magnum conductor is not using keystone v3
description: | updated |
description: | updated |
summary: |
- In Mitaka Bay stuck in Create_IN_Prgress state and conductor gives error + In Mitaka Bay stuck in Create_IN_Progress state and conductor gives + error |
Found the fix in the Mitaka release will send it for review