[Bug 1505713] Re: [SRU] Error displaying help

Corey Bryant corey.bryant at canonical.com
Tue Nov 3 20:05:57 UTC 2015


I've uploaded a new version of python-saharaclient to wily-proposed that
carries a patch to fix this issue.   It's awaiting approval now before
landing in wily-proposed.

** Description changed:

+ [Impact]
+ 
  Running "openstack help" to display help (version 1.7.0) shows available
  commands until it reaches commands for sahara:
  
-   dataprocessing data source create  Creates data source
-   dataprocessing data source delete  Delete data source
-   dataprocessing data source list  Lists data sources
-   dataprocessing data source show  Display data source details
+   dataprocessing data source create  Creates data source
+   dataprocessing data source delete  Delete data source
+   dataprocessing data source list  Lists data sources
+   dataprocessing data source show  Display data source details
  Could not load EntryPoint.parse('dataprocessing_data_source_update = saharaclient.osc.v1.data_sources:UpdateDataSource')
  'ArgumentParser' object has no attribute 'debug'
+ 
+ [Test Case]
+ 
+ sudo apt-get install python-openstackclient python-saharaclient
+ openstack help
+ 
+ [Regression Potential]
+ 
+ None. The entry point that is dropped in the fix doesn't point to an
+ existing class.

** Changed in: python-saharaclient (Ubuntu)
   Importance: High => Medium

** Changed in: python-saharaclient (Ubuntu)
       Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to python-openstackclient in Ubuntu.
https://bugs.launchpad.net/bugs/1505713

Title:
  [SRU] Error displaying help

Status in python-openstackclient package in Ubuntu:
  Triaged
Status in python-saharaclient package in Ubuntu:
  In Progress

Bug description:
  [Impact]

  Running "openstack help" to display help (version 1.7.0) shows
  available commands until it reaches commands for sahara:

    dataprocessing data source create  Creates data source
    dataprocessing data source delete  Delete data source
    dataprocessing data source list  Lists data sources
    dataprocessing data source show  Display data source details
  Could not load EntryPoint.parse('dataprocessing_data_source_update = saharaclient.osc.v1.data_sources:UpdateDataSource')
  'ArgumentParser' object has no attribute 'debug'

  [Test Case]

  sudo apt-get install python-openstackclient python-saharaclient
  openstack help

  [Regression Potential]

  None. The entry point that is dropped in the fix doesn't point to an
  existing class.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-openstackclient/+bug/1505713/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list