# nova_compute_url, cinder_url, swift_url, and heat_url can all be fetched
# from Keystone. To fetch from Keystone, comment out nova_compute_url,
# cinder_url, swift_url, and heat_url and optionally uncomment the lines below.
# Region name of this node. Used when searching catalog. Default value is None.
os_region_name = RegionOne
# Service type to use when searching catalog.
nova_compute_service_type = compute
# Service type to use when searching catalog.
cinder_service_type = volumev2
# Service type to use when searching catalog.
swift_service_type = object-store
# Service type to use when searching catalog.
#heat_service_type = orchestration
# Service type to use when searching catalog.
#neutron_service_type = network
Some notes about our configuration:
- Network is nova-network, no neutron.
- Distribution is RedHat Openstack 5 running on Red Hat Linux 7
- Installed using packstack
- All services are on one machine, save for Trove which has been installed to a separate machine.
Finally, as per ther orginal bug filing, Trove works if the urls are specified. So the issue is strictly with url lookup.
I think the status on this bug should be changed back to New and properly investigated. If there is further information I can give you to help reproduce, please let me know.
Thank you for responding.
However, os_region_name was specified in trove-taskmanag er.conf and is a valid region. So this can't be the issue.
Also, there is only one region defined = RegionOne.
The following is the relevant section from trove-taskmanag er.conf:
# Configuration options for talking to nova via the novaclient. 10.40.10. 230:5000/ v2.0 compute_ url = http:// localhost: 8774/v2 compute_ url = http:// 10.40.10. 230:8774/ v2 localhost: 8776/v1 10.40.10. 230:8776/ v1 localhost: 8080/v1/ AUTH_ 10.40.10. 230:8080/ v1/AUTH_ localhost: 9696/
trove_auth_url = http://
#nova_
#nova_
#cinder_url = http://
#cinder_url = http://
#swift_url = http://
#swift_url = http://
#neutron_url = http://
# nova_compute_url, cinder_url, swift_url, and heat_url can all be fetched
# from Keystone. To fetch from Keystone, comment out nova_compute_url,
# cinder_url, swift_url, and heat_url and optionally uncomment the lines below.
# Region name of this node. Used when searching catalog. Default value is None. compute_ service_ type = compute service_ type = volumev2 service_ type = object-store service_ type = orchestration service_ type = network
os_region_name = RegionOne
# Service type to use when searching catalog.
nova_
# Service type to use when searching catalog.
cinder_
# Service type to use when searching catalog.
swift_
# Service type to use when searching catalog.
#heat_
# Service type to use when searching catalog.
#neutron_
Some notes about our configuration:
- Network is nova-network, no neutron.
- Distribution is RedHat Openstack 5 running on Red Hat Linux 7
- Installed using packstack
- All services are on one machine, save for Trove which has been installed to a separate machine.
Finally, as per ther orginal bug filing, Trove works if the urls are specified. So the issue is strictly with url lookup.
I think the status on this bug should be changed back to New and properly investigated. If there is further information I can give you to help reproduce, please let me know.