Public bug reported:

Hi,

I need your support here. I have Installed 
"contrail-install-packages_3.2.0.0-19-ubuntu-14-04mitaka_all" on a Virtual Box 
ubuntu 14.04 server edition.
The installation went fine as per the document I followed and I get into the 
web GUI of Openstack Horizon and Contrail. I have 12G RAM/ 4 vCPU's and 100Gig 
disk space
I am able to upload cirros image and create networking in Openstack. But When I 
try to create a instance in Openstack Horizon it throws an error saying "error 
unable to create the server".
I then went to the CLI and display nova flavor-list I am able to see the 
different flavors. But when I try to run nova 'image-list' I get errors 

bmenezes@contrailsys:~$ nova flavor-list
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+
| ID | Name       | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor | 
Is_Public |
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+
| 1  | m1.tiny    | 512       | 1    | 0         |      | 1     | 1.0         | 
True      |
| 2  | m1.small   | 2048      | 20   | 0         |      | 1     | 1.0         | 
True      |
| 3  | m1.medium  | 4096      | 40   | 0         |      | 2     | 1.0         | 
True      |
| 4  | m1.large   | 8192      | 80   | 0         |      | 4     | 1.0         | 
True      |
| 5  | m1.xlarge  | 16384     | 160  | 0         |      | 8     | 1.0         | 
True      |
| 6  | web-flavor | 128       | 1    | 0         |      | 1     | 1.0         | 
True      |
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+

I am able to create a new flavor list as seen ID 6.

bmenezes@contrailsys:~$ nova image-list
ERROR (ClientException): Unexpected API Error. Please report this at 
http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'glanceclient.exc.CommunicationError'> (HTTP 500) (Request-ID: 
req-d8494875-7e03-4fda-ac4c-16fa41b01eb0)
bmenezes@contrailsys:~$ 


Below is the --debug image list

bmenezes@contrailsys:~$ openstack --debug image list
START with options: ['--debug', 'image', 'list']
options: Namespace(access_token_endpoint='', auth_type='', 
auth_url='http://127.0.0.1:5000/v2.0', cacert='', client_id='', 
client_secret='***', cloud='', debug=True, default_domain='default', 
deferred_help=False, domain_id='', domain_name='', endpoint='', 
identity_provider='', identity_provider_url='', insecure=None, interface='', 
log_file=None, os_clustering_api_version='1', os_compute_api_version='', 
os_data_processing_api_version='1.1', os_data_processing_url='', 
os_dns_api_version='2', os_identity_api_version='', os_image_api_version='', 
os_key_manager_api_version='1', os_network_api_version='', 
os_object_api_version='', os_orchestration_api_version='1', os_project_id=None, 
os_project_name=None, os_queues_api_version='1.1', os_volume_api_version='', 
os_workflow_api_version='2', password='***', profile=None, 
project_domain_id='', project_domain_name='', project_id='', 
project_name='admin', protocol='', region_name='', scope='', 
service_provider_endpoint='', timing=False, token='***', trust_id='', url='', 
user_domain_id='', user_domain_name='', user_id='', username='admin', 
verbose_level=3, verify=None)
defaults: {u'auth_type': 'password', u'compute_api_version': u'2', 'key': None, 
u'database_api_version': u'1.0', 'api_timeout': None, u'baremetal_api_version': 
u'1', u'image_api_version': u'2', 'cacert': None, u'image_api_use_tasks': 
False, u'floating_ip_source': u'neutron', u'orchestration_api_version': u'1', 
u'interface': None, u'network_api_version': u'2', u'image_format': u'qcow2', 
u'key_manager_api_version': u'v1', u'metering_api_version': u'2', 'verify': 
True, u'identity_api_version': u'2.0', u'volume_api_version': u'2', 'cert': 
None, u'secgroup_source': u'neutron', u'container_api_version': u'1', 
u'dns_api_version': u'2', u'object_store_api_version': u'1', 
u'disable_vendor_agent': {}}
cloud cfg: {'auth_type': 'password', u'compute_api_version': u'2', 
u'orchestration_api_version': '1', u'database_api_version': u'1.0', 
'data_processing_api_version': '1.1', u'network_api_version': u'2', 
u'image_format': u'qcow2', u'image_api_version': u'2', 
'clustering_api_version': '1', 'verify': True, u'dns_api_version': '2', 
u'object_store_api_version': u'1', 'verbose_level': 3, 'region_name': '', 
'api_timeout': None, u'baremetal_api_version': u'1', 'queues_api_version': 
'1.1', 'auth': {'username': 'admin', 'project_name': 'admin', 'password': 
'***', 'auth_url': 'http://127.0.0.1:5000/v2.0'}, 'default_domain': 'default', 
u'container_api_version': u'1', u'image_api_use_tasks': False, 
u'floating_ip_source': u'neutron', 'key': None, 'timing': False, 'cacert': 
None, u'key_manager_api_version': '1', u'metering_api_version': u'2', 
'deferred_help': False, u'identity_api_version': u'2.0', 
'workflow_api_version': '2', u'volume_api_version': u'2', 'cert': None, 
u'secgroup_source': u'neutron', 'debug': True, u'interface': None, 
u'disable_vendor_agent': {}}
compute API version 2, cmd group openstack.compute.v2
network API version 2, cmd group openstack.network.v2
image API version 2, cmd group openstack.image.v2
volume API version 2, cmd group openstack.volume.v2
identity API version 2.0, cmd group openstack.identity.v2
object_store API version 1, cmd group openstack.object_store.v1
orchestration API version 1, cmd group openstack.orchestration.v1
data_processing API version 1.1, cmd group openstack.data_processing.v1
clustering API version 1, cmd group openstack.clustering.v1
messaging API version 1.1, cmd group openstack.messaging.v1
key_manager API version 1, cmd group openstack.key_manager.v1
dns API version 2, cmd group openstack.dns.v2
workflow_engine API version 2, cmd group openstack.workflow_engine.v2
command: image list -> openstackclient.image.v2.image.ListImage
Auth plugin password selected
auth_type: password
Using auth plugin: password
Using parameters {'username': 'admin', 'password': '***', 'project_name': 
'admin', 'auth_url': 'http://127.0.0.1:5000/v2.0'}
Get auth_ref
REQ: curl -g -i -X GET http://127.0.0.1:5000/v2.0 -H "Accept: application/json" 
-H "User-Agent: python-openstackclient keystoneauth1/2.4.1 
python-requests/2.9.1 CPython/2.7.6"
Starting new HTTP connection (1): 127.0.0.1
"GET /v2.0 HTTP/1.1" 200 335
RESP: [200] Content-Length: 335 Vary: X-Auth-Token X-Distribution: Ubuntu 
Connection: keep-alive Date: Fri, 23 Mar 2018 10:17:05 GMT Content-Type: 
application/json X-Openstack-Request-Id: 
req-c6e3865f-eed0-4194-a260-126e607ce306 
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", 
"media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://127.0.0.1:5000/v2.0/";, "rel": "self"}, {"href": 
"http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}}

Making authentication request to http://127.0.0.1:5000/v2.0/tokens
"POST /v2.0/tokens HTTP/1.1" 200 3470
run(Namespace(columns=[], formatter='table', limit=None, long=False, 
marker=None, max_width=0, noindent=False, page_size=None, private=False, 
property=None, public=False, quote_mode='nonnumeric', shared=False, sort=None))
Instantiating image client: <class 'glanceclient.v2.client.Client'>
Making authentication request to http://127.0.0.1:5000/v2.0/tokens
"POST /v2.0/tokens HTTP/1.1" 200 3470
Instantiating image api: <class 'openstackclient.api.image_v2.APIv2'>
REQ: curl -g -i -X GET http://127.0.0.1:9292/v2/images -H "User-Agent: 
python-openstackclient keystoneauth1/2.4.1 python-requests/2.9.1 CPython/2.7.6" 
-H "X-Auth-Token: {SHA1}de06fd0673717dd224fc5edf7a522f41c9e247d9"
Starting new HTTP connection (1): 127.0.0.1
"GET /v2/images HTTP/1.1" 200 673
RESP: [200] Date: Fri, 23 Mar 2018 10:17:07 GMT Connection: keep-alive 
Content-Type: application/json; charset=UTF-8 Content-Length: 673 
X-Openstack-Request-Id: req-d0d33299-7dfa-44aa-ae8c-e9d3476d60cb 
RESP BODY: {"images": [{"status": "active", "virtual_size": null, 
"description": "", "tags": [], "container_format": "bare", "created_at": 
"2018-03-22T20:16:28Z", "size": 13167616, "disk_format": "qcow2", "updated_at": 
"2018-03-22T20:16:29Z", "visibility": "private", "self": 
"/v2/images/580d783a-fd56-4257-a5bf-93ca64ee28ab", "min_disk": 0, "protected": 
false, "id": "580d783a-fd56-4257-a5bf-93ca64ee28ab", "file": 
"/v2/images/580d783a-fd56-4257-a5bf-93ca64ee28ab/file", "checksum": 
"64d7c1cd2b6f60c92c14662941cb7913", "owner": 
"44459d55b1e940a1bd174be3a1192df5", "schema": "/v2/schemas/image", "min_ram": 
0, "name": "cirros"}], "schema": "/v2/schemas/images", "first": "/v2/images"}

+--------------------------------------+--------+--------+
| ID                                   | Name   | Status |
+--------------------------------------+--------+--------+
| 580d783a-fd56-4257-a5bf-93ca64ee28ab | cirros | active |
+--------------------------------------+--------+--------+
clean_up ListImage: 
END return value: 0
bmenezes@contrailsys:~$ 


bmenezes@contrailsys:~$ export | grep OS
declare -x LESSCLOSE="/usr/bin/lesspipe %s %s"
declare -x OS_AUTH_URL="http://127.0.0.1:5000/v2.0";
declare -x OS_PASSWORD="secret123"
declare -x OS_TENANT_NAME="admin"
declare -x OS_USERNAME="admin"
bmenezes@contrailsys:~$ 


bmenezes@contrailsys:~$ nova endpoints
/usr/lib/python2.7/dist-packages/novaclient/v2/shell.py:4205: UserWarning: nova 
endpoints is deprecated, use openstack catalog list instead
  "nova endpoints is deprecated, use openstack catalog list instead")
+-------------+-------------------------------------------------------------+
| nova        | Value                                                       |
+-------------+-------------------------------------------------------------+
| adminURL    | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
| id          | 2f9e77fff7424bc7ab6593efa647a375                            |
| internalURL | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
| publicURL   | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
| region      | RegionOne                                                   |
+-------------+-------------------------------------------------------------+
+-------------+----------------------------------+
| neutron     | Value                            |
+-------------+----------------------------------+
| adminURL    | http://127.0.0.1:9696            |
| id          | 0bdd4068144c48118367c626195a8ee1 |
| internalURL | http://127.0.0.1:9696            |
| publicURL   | http://127.0.0.1:9696            |
| region      | RegionOne                        |
+-------------+----------------------------------+
+-------------+-----------------------------------------------------------+
| cinderv2    | Value                                                     |
+-------------+-----------------------------------------------------------+
| adminURL    | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
| id          | 8e38e96f4afc46aa8c90ccda7a82676c                          |
| internalURL | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
| publicURL   | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
| region      | RegionOne                                                 |
+-------------+-----------------------------------------------------------+
+-------------+----------------------------------+
| glance      | Value                            |
+-------------+----------------------------------+
| adminURL    | http://127.0.0.1:9292            |
| id          | 975da445eb054c5191b7045aa3bf3c98 |
| internalURL | http://127.0.0.1:9292            |
| publicURL   | http://127.0.0.1:9292            |
| region      | RegionOne                        |
+-------------+----------------------------------+
+-------------+----------------------------------+
| barbican    | Value                            |
+-------------+----------------------------------+
| adminURL    | http://127.0.0.1:9311            |
| id          | 411da0cc03e5446eaa88b1a1badcef58 |
| internalURL | http://127.0.0.1:9311            |
| publicURL   | http://127.0.0.1:9311            |
| region      | RegionOne                        |
+-------------+----------------------------------+
+-------------+----------------------------------+
| heat-cfn    | Value                            |
+-------------+----------------------------------+
| adminURL    | http://127.0.0.1:8000/v1         |
| id          | 097485900b09484ea54fcae847066cf4 |
| internalURL | http://127.0.0.1:8000/v1         |
| publicURL   | http://127.0.0.1:8000/v1         |
| region      | RegionOne                        |
+-------------+----------------------------------+
+-------------+--------------------------------------+
| ec2         | Value                                |
+-------------+--------------------------------------+
| adminURL    | http://localhost:8773/services/Admin |
| id          | 3f952afc5c924cae98ca9d6241398e34     |
| internalURL | http://localhost:8773/services/Cloud |
| publicURL   | http://localhost:8773/services/Cloud |
| region      | RegionOne                            |
+-------------+--------------------------------------+
+-------------+-----------------------------------------------------------+
| heat        | Value                                                     |
+-------------+-----------------------------------------------------------+
| adminURL    | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
| id          | 17a0b7161bc646ea925b1dfddf6bb8fc                          |
| internalURL | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
| publicURL   | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
| region      | RegionOne                                                 |
+-------------+-----------------------------------------------------------+
+-------------+----------------------------------+
| keystone    | Value                            |
+-------------+----------------------------------+
| adminURL    | http://127.0.0.1:35357/v2.0      |
| id          | 34ca7b2f3b30452ebef01b58ee0ee84f |
| internalURL | http://127.0.0.1:35357/v2.0      |
| publicURL   | http://127.0.0.1:5000/v2.0       |
| region      | RegionOne                        |
+-------------+----------------------------------+
bmenezes@contrailsys:~$ 

Can you please assist me here on how to fix this issue. I tried all
different things from the Internet support but without luck.

Regards,
Brian

** Affects: nova
     Importance: Undecided
         Status: New

** Attachment added: "nova.conf"
   
https://bugs.launchpad.net/bugs/1758295/+attachment/5087951/+files/nova.conf.txt

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1758295

Title:
  nova image-list command display <class
  'glanceclient.exc.CommunicationError'> (HTTP 500)

Status in OpenStack Compute (nova):
  New

Bug description:
  Hi,

  I need your support here. I have Installed 
"contrail-install-packages_3.2.0.0-19-ubuntu-14-04mitaka_all" on a Virtual Box 
ubuntu 14.04 server edition.
  The installation went fine as per the document I followed and I get into the 
web GUI of Openstack Horizon and Contrail. I have 12G RAM/ 4 vCPU's and 100Gig 
disk space
  I am able to upload cirros image and create networking in Openstack. But When 
I try to create a instance in Openstack Horizon it throws an error saying 
"error unable to create the server".
  I then went to the CLI and display nova flavor-list I am able to see the 
different flavors. But when I try to run nova 'image-list' I get errors 

  bmenezes@contrailsys:~$ nova flavor-list
  
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+
  | ID | Name       | Memory_MB | Disk | Ephemeral | Swap | VCPUs | RXTX_Factor 
| Is_Public |
  
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+
  | 1  | m1.tiny    | 512       | 1    | 0         |      | 1     | 1.0         
| True      |
  | 2  | m1.small   | 2048      | 20   | 0         |      | 1     | 1.0         
| True      |
  | 3  | m1.medium  | 4096      | 40   | 0         |      | 2     | 1.0         
| True      |
  | 4  | m1.large   | 8192      | 80   | 0         |      | 4     | 1.0         
| True      |
  | 5  | m1.xlarge  | 16384     | 160  | 0         |      | 8     | 1.0         
| True      |
  | 6  | web-flavor | 128       | 1    | 0         |      | 1     | 1.0         
| True      |
  
+----+------------+-----------+------+-----------+------+-------+-------------+-----------+

  I am able to create a new flavor list as seen ID 6.

  bmenezes@contrailsys:~$ nova image-list
  ERROR (ClientException): Unexpected API Error. Please report this at 
http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  <class 'glanceclient.exc.CommunicationError'> (HTTP 500) (Request-ID: 
req-d8494875-7e03-4fda-ac4c-16fa41b01eb0)
  bmenezes@contrailsys:~$ 


  Below is the --debug image list

  bmenezes@contrailsys:~$ openstack --debug image list
  START with options: ['--debug', 'image', 'list']
  options: Namespace(access_token_endpoint='', auth_type='', 
auth_url='http://127.0.0.1:5000/v2.0', cacert='', client_id='', 
client_secret='***', cloud='', debug=True, default_domain='default', 
deferred_help=False, domain_id='', domain_name='', endpoint='', 
identity_provider='', identity_provider_url='', insecure=None, interface='', 
log_file=None, os_clustering_api_version='1', os_compute_api_version='', 
os_data_processing_api_version='1.1', os_data_processing_url='', 
os_dns_api_version='2', os_identity_api_version='', os_image_api_version='', 
os_key_manager_api_version='1', os_network_api_version='', 
os_object_api_version='', os_orchestration_api_version='1', os_project_id=None, 
os_project_name=None, os_queues_api_version='1.1', os_volume_api_version='', 
os_workflow_api_version='2', password='***', profile=None, 
project_domain_id='', project_domain_name='', project_id='', 
project_name='admin', protocol='', region_name='', scope='', 
service_provider_endpoint='', timing=False, token='***', trust_id='', url='', 
user_domain_id='', user_domain_name='', user_id='', username='admin', 
verbose_level=3, verify=None)
  defaults: {u'auth_type': 'password', u'compute_api_version': u'2', 'key': 
None, u'database_api_version': u'1.0', 'api_timeout': None, 
u'baremetal_api_version': u'1', u'image_api_version': u'2', 'cacert': None, 
u'image_api_use_tasks': False, u'floating_ip_source': u'neutron', 
u'orchestration_api_version': u'1', u'interface': None, u'network_api_version': 
u'2', u'image_format': u'qcow2', u'key_manager_api_version': u'v1', 
u'metering_api_version': u'2', 'verify': True, u'identity_api_version': u'2.0', 
u'volume_api_version': u'2', 'cert': None, u'secgroup_source': u'neutron', 
u'container_api_version': u'1', u'dns_api_version': u'2', 
u'object_store_api_version': u'1', u'disable_vendor_agent': {}}
  cloud cfg: {'auth_type': 'password', u'compute_api_version': u'2', 
u'orchestration_api_version': '1', u'database_api_version': u'1.0', 
'data_processing_api_version': '1.1', u'network_api_version': u'2', 
u'image_format': u'qcow2', u'image_api_version': u'2', 
'clustering_api_version': '1', 'verify': True, u'dns_api_version': '2', 
u'object_store_api_version': u'1', 'verbose_level': 3, 'region_name': '', 
'api_timeout': None, u'baremetal_api_version': u'1', 'queues_api_version': 
'1.1', 'auth': {'username': 'admin', 'project_name': 'admin', 'password': 
'***', 'auth_url': 'http://127.0.0.1:5000/v2.0'}, 'default_domain': 'default', 
u'container_api_version': u'1', u'image_api_use_tasks': False, 
u'floating_ip_source': u'neutron', 'key': None, 'timing': False, 'cacert': 
None, u'key_manager_api_version': '1', u'metering_api_version': u'2', 
'deferred_help': False, u'identity_api_version': u'2.0', 
'workflow_api_version': '2', u'volume_api_version': u'2', 'cert': None, 
u'secgroup_source': u'neutron', 'debug': True, u'interface': None, 
u'disable_vendor_agent': {}}
  compute API version 2, cmd group openstack.compute.v2
  network API version 2, cmd group openstack.network.v2
  image API version 2, cmd group openstack.image.v2
  volume API version 2, cmd group openstack.volume.v2
  identity API version 2.0, cmd group openstack.identity.v2
  object_store API version 1, cmd group openstack.object_store.v1
  orchestration API version 1, cmd group openstack.orchestration.v1
  data_processing API version 1.1, cmd group openstack.data_processing.v1
  clustering API version 1, cmd group openstack.clustering.v1
  messaging API version 1.1, cmd group openstack.messaging.v1
  key_manager API version 1, cmd group openstack.key_manager.v1
  dns API version 2, cmd group openstack.dns.v2
  workflow_engine API version 2, cmd group openstack.workflow_engine.v2
  command: image list -> openstackclient.image.v2.image.ListImage
  Auth plugin password selected
  auth_type: password
  Using auth plugin: password
  Using parameters {'username': 'admin', 'password': '***', 'project_name': 
'admin', 'auth_url': 'http://127.0.0.1:5000/v2.0'}
  Get auth_ref
  REQ: curl -g -i -X GET http://127.0.0.1:5000/v2.0 -H "Accept: 
application/json" -H "User-Agent: python-openstackclient keystoneauth1/2.4.1 
python-requests/2.9.1 CPython/2.7.6"
  Starting new HTTP connection (1): 127.0.0.1
  "GET /v2.0 HTTP/1.1" 200 335
  RESP: [200] Content-Length: 335 Vary: X-Auth-Token X-Distribution: Ubuntu 
Connection: keep-alive Date: Fri, 23 Mar 2018 10:17:05 GMT Content-Type: 
application/json X-Openstack-Request-Id: 
req-c6e3865f-eed0-4194-a260-126e607ce306 
  RESP BODY: {"version": {"status": "stable", "updated": 
"2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": 
"application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": 
[{"href": "http://127.0.0.1:5000/v2.0/";, "rel": "self"}, {"href": 
"http://docs.openstack.org/";, "type": "text/html", "rel": "describedby"}]}}

  Making authentication request to http://127.0.0.1:5000/v2.0/tokens
  "POST /v2.0/tokens HTTP/1.1" 200 3470
  run(Namespace(columns=[], formatter='table', limit=None, long=False, 
marker=None, max_width=0, noindent=False, page_size=None, private=False, 
property=None, public=False, quote_mode='nonnumeric', shared=False, sort=None))
  Instantiating image client: <class 'glanceclient.v2.client.Client'>
  Making authentication request to http://127.0.0.1:5000/v2.0/tokens
  "POST /v2.0/tokens HTTP/1.1" 200 3470
  Instantiating image api: <class 'openstackclient.api.image_v2.APIv2'>
  REQ: curl -g -i -X GET http://127.0.0.1:9292/v2/images -H "User-Agent: 
python-openstackclient keystoneauth1/2.4.1 python-requests/2.9.1 CPython/2.7.6" 
-H "X-Auth-Token: {SHA1}de06fd0673717dd224fc5edf7a522f41c9e247d9"
  Starting new HTTP connection (1): 127.0.0.1
  "GET /v2/images HTTP/1.1" 200 673
  RESP: [200] Date: Fri, 23 Mar 2018 10:17:07 GMT Connection: keep-alive 
Content-Type: application/json; charset=UTF-8 Content-Length: 673 
X-Openstack-Request-Id: req-d0d33299-7dfa-44aa-ae8c-e9d3476d60cb 
  RESP BODY: {"images": [{"status": "active", "virtual_size": null, 
"description": "", "tags": [], "container_format": "bare", "created_at": 
"2018-03-22T20:16:28Z", "size": 13167616, "disk_format": "qcow2", "updated_at": 
"2018-03-22T20:16:29Z", "visibility": "private", "self": 
"/v2/images/580d783a-fd56-4257-a5bf-93ca64ee28ab", "min_disk": 0, "protected": 
false, "id": "580d783a-fd56-4257-a5bf-93ca64ee28ab", "file": 
"/v2/images/580d783a-fd56-4257-a5bf-93ca64ee28ab/file", "checksum": 
"64d7c1cd2b6f60c92c14662941cb7913", "owner": 
"44459d55b1e940a1bd174be3a1192df5", "schema": "/v2/schemas/image", "min_ram": 
0, "name": "cirros"}], "schema": "/v2/schemas/images", "first": "/v2/images"}

  +--------------------------------------+--------+--------+
  | ID                                   | Name   | Status |
  +--------------------------------------+--------+--------+
  | 580d783a-fd56-4257-a5bf-93ca64ee28ab | cirros | active |
  +--------------------------------------+--------+--------+
  clean_up ListImage: 
  END return value: 0
  bmenezes@contrailsys:~$ 

  
  bmenezes@contrailsys:~$ export | grep OS
  declare -x LESSCLOSE="/usr/bin/lesspipe %s %s"
  declare -x OS_AUTH_URL="http://127.0.0.1:5000/v2.0";
  declare -x OS_PASSWORD="secret123"
  declare -x OS_TENANT_NAME="admin"
  declare -x OS_USERNAME="admin"
  bmenezes@contrailsys:~$ 

  
  bmenezes@contrailsys:~$ nova endpoints
  /usr/lib/python2.7/dist-packages/novaclient/v2/shell.py:4205: UserWarning: 
nova endpoints is deprecated, use openstack catalog list instead
    "nova endpoints is deprecated, use openstack catalog list instead")
  +-------------+-------------------------------------------------------------+
  | nova        | Value                                                       |
  +-------------+-------------------------------------------------------------+
  | adminURL    | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
  | id          | 2f9e77fff7424bc7ab6593efa647a375                            |
  | internalURL | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
  | publicURL   | http://127.0.0.1:8774/v2.1/44459d55b1e940a1bd174be3a1192df5 |
  | region      | RegionOne                                                   |
  +-------------+-------------------------------------------------------------+
  +-------------+----------------------------------+
  | neutron     | Value                            |
  +-------------+----------------------------------+
  | adminURL    | http://127.0.0.1:9696            |
  | id          | 0bdd4068144c48118367c626195a8ee1 |
  | internalURL | http://127.0.0.1:9696            |
  | publicURL   | http://127.0.0.1:9696            |
  | region      | RegionOne                        |
  +-------------+----------------------------------+
  +-------------+-----------------------------------------------------------+
  | cinderv2    | Value                                                     |
  +-------------+-----------------------------------------------------------+
  | adminURL    | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
  | id          | 8e38e96f4afc46aa8c90ccda7a82676c                          |
  | internalURL | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
  | publicURL   | http://127.0.0.1:8776/v2/44459d55b1e940a1bd174be3a1192df5 |
  | region      | RegionOne                                                 |
  +-------------+-----------------------------------------------------------+
  +-------------+----------------------------------+
  | glance      | Value                            |
  +-------------+----------------------------------+
  | adminURL    | http://127.0.0.1:9292            |
  | id          | 975da445eb054c5191b7045aa3bf3c98 |
  | internalURL | http://127.0.0.1:9292            |
  | publicURL   | http://127.0.0.1:9292            |
  | region      | RegionOne                        |
  +-------------+----------------------------------+
  +-------------+----------------------------------+
  | barbican    | Value                            |
  +-------------+----------------------------------+
  | adminURL    | http://127.0.0.1:9311            |
  | id          | 411da0cc03e5446eaa88b1a1badcef58 |
  | internalURL | http://127.0.0.1:9311            |
  | publicURL   | http://127.0.0.1:9311            |
  | region      | RegionOne                        |
  +-------------+----------------------------------+
  +-------------+----------------------------------+
  | heat-cfn    | Value                            |
  +-------------+----------------------------------+
  | adminURL    | http://127.0.0.1:8000/v1         |
  | id          | 097485900b09484ea54fcae847066cf4 |
  | internalURL | http://127.0.0.1:8000/v1         |
  | publicURL   | http://127.0.0.1:8000/v1         |
  | region      | RegionOne                        |
  +-------------+----------------------------------+
  +-------------+--------------------------------------+
  | ec2         | Value                                |
  +-------------+--------------------------------------+
  | adminURL    | http://localhost:8773/services/Admin |
  | id          | 3f952afc5c924cae98ca9d6241398e34     |
  | internalURL | http://localhost:8773/services/Cloud |
  | publicURL   | http://localhost:8773/services/Cloud |
  | region      | RegionOne                            |
  +-------------+--------------------------------------+
  +-------------+-----------------------------------------------------------+
  | heat        | Value                                                     |
  +-------------+-----------------------------------------------------------+
  | adminURL    | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
  | id          | 17a0b7161bc646ea925b1dfddf6bb8fc                          |
  | internalURL | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
  | publicURL   | http://127.0.0.1:8004/v1/44459d55b1e940a1bd174be3a1192df5 |
  | region      | RegionOne                                                 |
  +-------------+-----------------------------------------------------------+
  +-------------+----------------------------------+
  | keystone    | Value                            |
  +-------------+----------------------------------+
  | adminURL    | http://127.0.0.1:35357/v2.0      |
  | id          | 34ca7b2f3b30452ebef01b58ee0ee84f |
  | internalURL | http://127.0.0.1:35357/v2.0      |
  | publicURL   | http://127.0.0.1:5000/v2.0       |
  | region      | RegionOne                        |
  +-------------+----------------------------------+
  bmenezes@contrailsys:~$ 

  Can you please assist me here on how to fix this issue. I tried all
  different things from the Internet support but without luck.

  Regards,
  Brian

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1758295/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to