Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Fix commandline interface - #57

Open
kvaps wants to merge 1 commit into
OpenNebula:masterfrom
kvaps:patch-1
Open

Fix commandline interface#57
kvaps wants to merge 1 commit into
OpenNebula:masterfrom
kvaps:patch-1

Conversation

@kvaps

@kvaps kvaps commented Nov 28, 2018

Copy link
Copy Markdown

Without this module commands appmarket and appmarket-user are not working:

$ appmarket
Traceback (most recent call last):
        2: from /usr/bin/appmarket:101:in `<main>'
        1: from /usr/bin/appmarket:101:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)
$ appmarket-user 
Traceback (most recent call last):
        2: from /usr/bin/appmarket-user:97:in `<main>'
        1: from /usr/bin/appmarket-user:97:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)

Without this module commands `appmarket` and `appmarket-user` are not working:

```
$ appmarket
Traceback (most recent call last):
        2: from /usr/bin/appmarket:101:in `<main>'
        1: from /usr/bin/appmarket:101:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)
```

```
$ appmarket-user 
Traceback (most recent call last):
        2: from /usr/bin/appmarket-user:97:in `<main>'
        1: from /usr/bin/appmarket-user:97:in `new'
/usr/lib/one/ruby/cli/command_parser.rb:76:in `initialize': uninitialized constant CommandParser::CmdParser::OpenNebulaHelper (NameError)
```
kvaps added a commit to kvaps/kube-opennebula that referenced this pull request Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant