Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  User account, images, network, authentication, firewalls.

  * Project: "Browndog". Image: public, project, shared with me. Authentication: key pair. Firewall: Security group.

- OpenStack command line programs -- nova.

  Used for quick monitoring, maintenance (list, delete ...)

  On bd-elasticity and Mac.

        nova list

  For Mac, install another non-system Python. In that Python,

  use pip to install python-novaclient, subprocess32 and pika

  (for bdlistener), then can run bdmon on Mac. "nova" was

  installed in this process.

 

  • Test, Code Go-through

 

- How to test new changes to the code, or to new conf.

...