Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -2,4 +2,10 @@ |
2 | 2 | <p><%= @lxd_host.class %></p> |
3 | 3 | <p><%= @cert.class %></p> |
4 | 4 | <p><%= @lxd.class %></p> |
5 | +<p><%= @lxd.api_extensions.inspect %></p> | |
6 | +<p><%= @lxd.api_status %></p> | |
7 | +<p><%= @lxd.api_version %></p> | |
5 | 8 | <p><%= @lxd.auth %></p> |
9 | +<p><%= @lxd.config.inspect %></p> | |
10 | +<p><%= @lxd.environment.inspect %></p> | |
11 | +<p><%= @lxd.public %></p> | ... | ... |
Please
register
or
login
to post a comment